Home
last modified time | relevance | path

Searched defs:subThreadNodes (Results 1 – 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
Drs_uni_render_util_test.cpp183 std::list<std::shared_ptr<RSSurfaceRenderNode>> subThreadNodes; variable
285 std::list<std::shared_ptr<RSSurfaceRenderNode>> subThreadNodes; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
Drs_uni_render_util.cpp469std::list<std::shared_ptr<RSSurfaceRenderNode>>& subThreadNodes, uint64_t focusNodeId, DeviceType … in AssignWindowNodes()
592 void RSUniRenderUtil::AssignSubThreadNode(std::list<std::shared_ptr<RSSurfaceRenderNode>>& subThrea… in AssignSubThreadNode()
635 void RSUniRenderUtil::SortSubThreadNodes(std::list<std::shared_ptr<RSSurfaceRenderNode>>& subThread… in SortSubThreadNodes()
655 std::list<std::shared_ptr<RSSurfaceRenderNode>>& subThreadNodes) in CacheSubThreadNodes()
Drs_main_thread.cpp1142 std::list<std::shared_ptr<RSSurfaceRenderNode>> subThreadNodes; in UniRender() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
Drs_sub_thread_manager.cpp69 const std::list<std::shared_ptr<RSSurfaceRenderNode>>& subThreadNodes) in SubmitSubThreadTask()