Home
last modified time | relevance | path

Searched refs:SetRenderThreadClient (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.cpp65 RSTransactionProxy::GetInstance()->SetRenderThreadClient(renderThreadClient);
79 RSTransactionProxy::GetInstance()->SetRenderThreadClient(renderThreadClient);
162 RSTransactionProxy::GetInstance()->SetRenderThreadClient(renderThreadClient);
195 RSTransactionProxy::GetInstance()->SetRenderThreadClient(renderThreadClient);
216 RSTransactionProxy::GetInstance()->SetRenderThreadClient(renderThreadClient);
238 RSTransactionProxy::GetInstance()->SetRenderThreadClient(renderThreadClient);
383 RSTransactionProxy::GetInstance()->SetRenderThreadClient(renderThreadClient);
402 RSTransactionProxy::GetInstance()->SetRenderThreadClient(renderThreadClient);
424 RSTransactionProxy::GetInstance()->SetRenderThreadClient(renderThreadClient);
447 RSTransactionProxy::GetInstance()->SetRenderThreadClient(renderThreadClient);
[all …]
/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);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_director.cpp88 transactionProxy->SetRenderThreadClient(renderThreadClient); in Init()
123 transactionProxy->SetRenderThreadClient(renderThreadClient); in StartTextureExport()
H A Drs_node.cpp106 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() function in OHOS::Rosen::RSTransactionProxy