Home
last modified time | relevance | path

Searched refs:preSurface (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_canvas_drawing_render_node_drawable.cpp682 if (preThreadInfo_.second && preSurface) { in ClearPreSurface()
683 preThreadInfo_.second(std::move(preSurface)); in ClearPreSurface()
692 auto preSurface = surface_; in ReuseBackendTexture() local
694 ClearPreSurface(preSurface); in ReuseBackendTexture()
702 ClearPreSurface(preSurface); in ReuseBackendTexture()
750 auto preSurface = surface_; in ResetSurfaceWithTexture() local
752 ClearPreSurface(preSurface); in ResetSurfaceWithTexture()
757 ClearPreSurface(preSurface); in ResetSurfaceWithTexture()
762 ClearPreSurface(preSurface); in ResetSurfaceWithTexture()
773 ClearPreSurface(preSurface); in ResetSurfaceWithTexture()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_drawing_render_node.cpp76 auto preSurface = surface_; in ResetSurfaceWithTexture() local
80 auto image = preSurface->GetImageSnapshot(); in ResetSurfaceWithTexture()
111 if (preThreadInfo_.second && preSurface) { in ResetSurfaceWithTexture()
112 preThreadInfo_.second(std::move(preSurface)); in ResetSurfaceWithTexture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_canvas_drawing_render_node_test.cpp539 auto preSurface = rsCanvasDrawingRenderNode->surface_; variable