Home
last modified time | relevance | path

Searched refs:ResetClearMemoryTask (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_thread_test.cpp329 instance.ResetClearMemoryTask(std::move(ids1));
334 instance.ResetClearMemoryTask(std::move(ids2));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_thread.h84 …void ResetClearMemoryTask(const std::unordered_map<NodeId, bool>&& ids, bool isDoDirectComposition…
H A Drs_uni_render_thread.cpp861 void RSUniRenderThread::ResetClearMemoryTask(const std::unordered_map<NodeId, bool>&& ids, bool isD… in ResetClearMemoryTask() function in OHOS::Rosen::RSUniRenderThread
H A Drs_main_thread.cpp1981 RSUniRenderThread::Instance().ResetClearMemoryTask(std::move(ids)); in UniRender()
2205 RSUniRenderThread::Instance().ResetClearMemoryTask(std::move(ids), true); in OnUniRenderDraw()