Home
last modified time | relevance | path

Searched refs:SetCacheSurfaceProcessedStatus (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp202 surfaceNodePtr->SetCacheSurfaceProcessedStatus(CacheProcessStatus::DOING); in RenderCache()
204 surfaceNodePtr->SetCacheSurfaceProcessedStatus(CacheProcessStatus::WAITING); in RenderCache()
232 surfaceNodePtr->SetCacheSurfaceProcessedStatus(CacheProcessStatus::DONE); in RenderCache()
272 nodeDrawable->SetCacheSurfaceProcessedStatus(CacheProcessStatus::DOING); in DrawableCache()
276 nodeDrawable->SetCacheSurfaceProcessedStatus(CacheProcessStatus::SKIPPED); in DrawableCache()
291 nodeDrawable->SetCacheSurfaceProcessedStatus(CacheProcessStatus::DONE); in DrawableCache()
H A Drs_sub_thread_manager.cpp153 child->SetCacheSurfaceProcessedStatus(CacheProcessStatus::WAITING); in SubmitSubThreadTask()
387 nodeDrawable->SetCacheSurfaceProcessedStatus(CacheProcessStatus::WAITING); in ScheduleRenderNodeDrawable()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.h63 void SetCacheSurfaceProcessedStatus(CacheProcessStatus cacheProcessStatus);
H A Drs_ui_first_surface_render_node_drawable.cpp64 void RSSurfaceRenderNodeDrawable::SetCacheSurfaceProcessedStatus(CacheProcessStatus cacheProcessSta… in SetCacheSurfaceProcessedStatus() function in OHOS::Rosen::DrawableV2::RSSurfaceRenderNodeDrawable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/parallel_render/
H A Drs_sub_thread_manager_test.cpp149 renderNode->SetCacheSurfaceProcessedStatus(CacheProcessStatus::DOING);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h942 void SetCacheSurfaceProcessedStatus(CacheProcessStatus cacheProcessStatus);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp1348 rsSurfaceRenderNode1->SetCacheSurfaceProcessedStatus(CacheProcessStatus::WAITING);
1350 rsSurfaceRenderNode2->SetCacheSurfaceProcessedStatus(CacheProcessStatus::DOING);
1368 rsSurfaceRenderNode1->SetCacheSurfaceProcessedStatus(CacheProcessStatus::DOING);
H A Drs_uni_render_util_test.cpp726 surfaceNode->SetCacheSurfaceProcessedStatus(CacheProcessStatus::WAITING);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_test.cpp2291 node->SetCacheSurfaceProcessedStatus(cacheProcessStatus);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp2646 void RSSurfaceRenderNode::SetCacheSurfaceProcessedStatus(CacheProcessStatus cacheProcessStatus) in SetCacheSurfaceProcessedStatus() function in OHOS::Rosen::RSSurfaceRenderNode