Home
last modified time | relevance | path

Searched refs:GetCacheCmdSkippedNodes (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread_manager.cpp128 auto cacheSkippedNodeMap = RSMainThread::Instance()->GetCacheCmdSkippedNodes(); in SubmitSubThreadTask()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.h195 const std::unordered_map<NodeId, bool>& GetCacheCmdSkippedNodes() const;
H A Drs_main_thread.cpp958 const std::unordered_map<NodeId, bool>& RSMainThread::GetCacheCmdSkippedNodes() const in GetCacheCmdSkippedNodes() function in OHOS::Rosen::RSMainThread