Home
last modified time | relevance | path

Searched defs:cacheSurface (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_sub_thread.cpp220 auto cacheSurface = surfaceNodePtr->GetCacheSurface(threadIndex_, true); in RenderCache() local
354 auto cacheSurface = nodeDrawable->GetCacheSurface(threadIndex_, true); in DrawableCacheWithSkImage() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_render_node_drawable.cpp757 auto cacheSurface = GetCachedSurface(threadId); in UpdateCacheSurface() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_uni_render_util_test.cpp556 auto cacheSurface = node->GetCacheSurface(threadIndex, false); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test.cpp2382 std::shared_ptr<Drawing::Surface> cacheSurface = std::make_shared<Drawing::Surface>(); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1119 void RSUniRenderUtil::ClearNodeCacheSurface(std::shared_ptr<Drawing::Surface>&& cacheSurface, in ClearNodeCacheSurface()