Searched refs:preSurface (Results 1 – 3 of 3) sorted by relevance
682 if (preThreadInfo_.second && preSurface) { in ClearPreSurface()683 preThreadInfo_.second(std::move(preSurface)); in ClearPreSurface()692 auto preSurface = surface_; in ReuseBackendTexture() local694 ClearPreSurface(preSurface); in ReuseBackendTexture()702 ClearPreSurface(preSurface); in ReuseBackendTexture()750 auto preSurface = surface_; in ResetSurfaceWithTexture() local752 ClearPreSurface(preSurface); in ResetSurfaceWithTexture()757 ClearPreSurface(preSurface); in ResetSurfaceWithTexture()762 ClearPreSurface(preSurface); in ResetSurfaceWithTexture()773 ClearPreSurface(preSurface); in ResetSurfaceWithTexture()[all …]
76 auto preSurface = surface_; in ResetSurfaceWithTexture() local80 auto image = preSurface->GetImageSnapshot(); in ResetSurfaceWithTexture()111 if (preThreadInfo_.second && preSurface) { in ResetSurfaceWithTexture()112 preThreadInfo_.second(std::move(preSurface)); in ResetSurfaceWithTexture()
539 auto preSurface = rsCanvasDrawingRenderNode->surface_; variable