Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp178 if (!node.IsNotifyRTBufferAvailablePre() && node.IsNotifyRTBufferAvailable()) { in PrepareSurfaceRenderNode()
1020 if (node.IsNotifyRTBufferAvailable() == true) { in ClipHoleForSurfaceNode()
1071 if (node.IsNotifyRTBufferAvailable()) { in ProcessTextureSurfaceRenderNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h717 bool IsNotifyRTBufferAvailable() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_composer_adapter.cpp461 if (!node.IsNotifyRTBufferAvailable()) { in CheckStatusBeforeCreateLayer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/
H A Drs_render_thread_visitor_test.cpp327 EXPECT_FALSE(node.IsNotifyRTBufferAvailable());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1335 bool RSSurfaceRenderNode::IsNotifyRTBufferAvailable() const in IsNotifyRTBufferAvailable() function in OHOS::Rosen::RSSurfaceRenderNode