Home
last modified time | relevance | path

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

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