Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplayrendernode_fuzzer/
H A Drsdisplayrendernode_fuzzer.cpp132 rsDisplayRenderNode.GetCurAllSurfaces(); in DoSomethingInterestingWithMyAPI()
133 rsDisplayRenderNode.GetCurAllSurfaces(true); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_visitor.cpp122 node.GetCurAllSurfaces().clear(); in PrepareDisplayRenderNode()
123 node.CollectSurface(node.shared_from_this(), node.GetCurAllSurfaces(), false, false); in PrepareDisplayRenderNode()
H A Drs_main_thread.cpp2411 const auto& surfaces = displayNode->GetCurAllSurfaces(); in CalcOcclusion()
2420 curAllSurfaces = displayNode->GetCurAllSurfaces(); in CalcOcclusion()
H A Drs_uni_render_util.cpp1068 curAllSurfaces = displayNode->GetCurAllSurfaces(true); in ClearSurfaceIfNeed()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_display_render_node.h267 std::vector<RSBaseRenderNode::SharedPtr>& GetCurAllSurfaces() in GetCurAllSurfaces() function
278 std::vector<RSBaseRenderNode::SharedPtr>& GetCurAllSurfaces(bool onlyFirstLevel) in GetCurAllSurfaces() function