Home
last modified time | relevance | path

Searched refs:renderThreadClient (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_transaction_proxy_test.cpp64 ASSERT_NE(renderThreadClient, nullptr);
77 renderThreadClient.reset();
78 ASSERT_EQ(renderThreadClient, nullptr);
161 ASSERT_NE(renderThreadClient, nullptr);
194 ASSERT_NE(renderThreadClient, nullptr);
212 ASSERT_NE(renderThreadClient, nullptr);
527 renderThreadClient.reset();
628 renderThreadClient.reset();
719 renderThreadClient.reset();
734 renderThreadClient.reset();
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_director.cpp85 auto renderThreadClient = RSIRenderClient::CreateRenderThreadClient(); in Init() local
88 transactionProxy->SetRenderThreadClient(renderThreadClient); in Init()
120 auto renderThreadClient = RSIRenderClient::CreateRenderThreadClient(); in StartTextureExport() local
123 transactionProxy->SetRenderThreadClient(renderThreadClient); in StartTextureExport()
H A Drs_node.cpp103 auto renderThreadClient = RSIRenderClient::CreateRenderThreadClient(); in RSNode() local
106 transactionProxy->SetRenderThreadClient(renderThreadClient); in RSNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_proxy.cpp52 void RSTransactionProxy::SetRenderThreadClient(std::unique_ptr<RSIRenderClient>& renderThreadClient) in SetRenderThreadClient() argument
54 if (renderThreadClient != nullptr) { in SetRenderThreadClient()
55 renderThreadClient_ = std::move(renderThreadClient); in SetRenderThreadClient()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_transaction_proxy.h39 void SetRenderThreadClient(std::unique_ptr<RSIRenderClient>& renderThreadClient);