Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_ui_first_surface_render_node_drawable.cpp64 … RSSurfaceRenderNodeDrawable::SetCacheSurfaceProcessedStatus(CacheProcessStatus cacheProcessStatus) in SetCacheSurfaceProcessedStatus() argument
66 uiFirstParams.cacheProcessStatus_.store(cacheProcessStatus); in SetCacheSurfaceProcessedStatus()
67 …if (cacheProcessStatus == CacheProcessStatus::DONE || cacheProcessStatus == CacheProcessStatus::SK… in SetCacheSurfaceProcessedStatus()
H A Drs_surface_render_node_drawable.h63 void SetCacheSurfaceProcessedStatus(CacheProcessStatus cacheProcessStatus);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_surface_render_node_test.cpp2290 CacheProcessStatus cacheProcessStatus = CacheProcessStatus::DOING; variable
2291 node->SetCacheSurfaceProcessedStatus(cacheProcessStatus);
2292 ASSERT_EQ(node->GetCacheSurfaceProcessedStatus(), cacheProcessStatus);
/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/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp2646 void RSSurfaceRenderNode::SetCacheSurfaceProcessedStatus(CacheProcessStatus cacheProcessStatus) in SetCacheSurfaceProcessedStatus() argument
2648 cacheProcessStatus_.store(cacheProcessStatus); in SetCacheSurfaceProcessedStatus()