Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_canvas_drawing_render_node.h78 void SetDrawCmdListsVisited(bool flag);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_canvas_drawing_render_node_drawable.h62 void SetDrawCmdListsVisited(bool flag) override in SetDrawCmdListsVisited() function
H A Drs_canvas_drawing_render_node_drawable.cpp131 SetDrawCmdListsVisited(true); in OnDraw()
209 SetDrawCmdListsVisited(true); in PlaybackInCorrespondThread()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_render_node_drawable_adapter.h171 virtual void SetDrawCmdListsVisited(bool flag) {} in SetDrawCmdListsVisited() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_drawing_render_node.cpp541 renderDrawable_->SetDrawCmdListsVisited(false); in ClearResource()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_canvas_drawing_render_node_test.cpp629 drawable->SetDrawCmdListsVisited(true);