Home
last modified time | relevance | path

Searched refs:SetAncoForceDoDirect (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp729 bool RSInterfaces::SetAncoForceDoDirect(bool direct) in SetAncoForceDoDirect() function in OHOS::Rosen::RSInterfaces
731 return renderServiceClient_->SetAncoForceDoDirect(direct); in SetAncoForceDoDirect()
H A Drs_interfaces.h294 bool SetAncoForceDoDirect(bool direct);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h304 virtual bool SetAncoForceDoDirect(bool direct) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp598 bool RSRenderServiceClient::SetAncoForceDoDirect(bool direct) in SetAncoForceDoDirect() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp598 bool RSRenderServiceClient::SetAncoForceDoDirect(bool direct) in SetAncoForceDoDirect() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h293 bool SetAncoForceDoDirect(bool direct) override;
H A Drs_render_service_client.cpp1555 bool RSRenderServiceClient::SetAncoForceDoDirect(bool direct) in SetAncoForceDoDirect() function in OHOS::Rosen::RSRenderServiceClient
1559 return renderService->SetAncoForceDoDirect(direct); in SetAncoForceDoDirect()
H A Drs_render_service_connection_proxy.cpp2925 bool RSRenderServiceConnectionProxy::SetAncoForceDoDirect(bool direct) in SetAncoForceDoDirect() function in OHOS::Rosen::RSRenderServiceConnectionProxy
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h302 bool SetAncoForceDoDirect(bool direct) override;
H A Drs_main_thread.h367 void SetAncoForceDoDirect(bool direct);
H A Drs_render_service_connection.cpp2108 bool RSRenderServiceConnection::SetAncoForceDoDirect(bool direct) in SetAncoForceDoDirect() function in OHOS::Rosen::RSRenderServiceConnection
2111 mainThread_->SetAncoForceDoDirect(direct); in SetAncoForceDoDirect()
H A Drs_main_thread.cpp4220 void RSMainThread::SetAncoForceDoDirect(bool direct) in SetAncoForceDoDirect() function in OHOS::Rosen::RSMainThread
4223 RSSurfaceRenderNode::SetAncoForceDoDirect(direct); in SetAncoForceDoDirect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h360 bool SetAncoForceDoDirect(bool direct);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h514 static void SetAncoForceDoDirect(bool direct);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp1845 bool result = SetAncoForceDoDirect(direct); in OnRemoteRequest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1038 void RSSurfaceRenderNode::SetAncoForceDoDirect(bool direct) in SetAncoForceDoDirect() function in OHOS::Rosen::RSSurfaceRenderNode