Home
last modified time | relevance | path

Searched refs:GetIsTextureExportNode (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_listener.cpp58 if (node->GetIsTextureExportNode()) { in OnBufferAvailable()
61 node->NotifyRTBufferAvailable(node->GetIsTextureExportNode()); in OnBufferAvailable()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp185 if (!node.GetIsTextureExportNode()) { in PrepareSurfaceRenderNode()
396 … " GetIsTextureExportNode is %d", node.GetId(), node.GetIsTextureExportNode()); in ProcessRootRenderNode()
412 if (node.GetIsTextureExportNode()) { in ProcessRootRenderNode()
625 node.GetId(), node.GetIsTextureExportNode(), node.GetRenderProperties().Dump().c_str()); in ProcessCanvasRenderNode()
873 …node.GetId(), node.GetIsTextureExportNode(), node.GetName().c_str(), node.GetRenderProperties().Du… in ProcessSurfaceRenderNode()
895 if (!node.GetIsTextureExportNode()) { in ProcessSurfaceRenderNode()
900 if (node.GetIsTextureExportNode()) { in ProcessSurfaceRenderNode()
912 if (node.GetIsTextureExportNode()) { in ProcessSurfaceRenderNode()
920 if (node.GetIsTextureExportNode()) { in ProcessSurfaceRenderNode()
1102 if (!node.GetIsTextureExportNode()) { in ProcessOtherSurfaceRenderNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h177 inline bool GetIsTextureExportNode() const in GetIsTextureExportNode() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp470 const bool isTextureExportNode = node->GetIsTextureExportNode(); in MarshalNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1244 if (GetIsTextureExportNode()) { in SetNotifyRTBufferAvailable()
1265 node->NotifyRTBufferAvailable(node->GetIsTextureExportNode()); in ConnectToNodeInRenderService()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_visitor_test.cpp365 EXPECT_TRUE(node.GetIsTextureExportNode());