Home
last modified time | relevance | path

Searched refs:cacheBackendTexture_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_ui_first_surface_render_node_drawable.cpp312 cacheBackendTexture_ = RSUniRenderUtil::MakeBackendTexture(width, height, format); in InitCacheSurface()
313 auto vkTextureInfo = cacheBackendTexture_.GetTextureInfo().GetVKTextureInfo(); in InitCacheSurface()
314 if (!cacheBackendTexture_.IsValid() || !vkTextureInfo) { in InitCacheSurface()
327 gpuContext, cacheBackendTexture_.GetTextureInfo(), Drawing::TextureOrigin::BOTTOM_LEFT, in InitCacheSurface()
373 cacheBackendTexture_ = cacheSurface_->GetBackendTexture(); in UpdateBackendTexture()
384 std::swap(cacheBackendTexture_, cacheCompletedBackendTexture_); in UpdateCompletedCacheSurface()
H A Drs_surface_render_node_drawable.h307 Drawing::BackendTexture cacheBackendTexture_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h990 Drawing::BackendTexture cacheBackendTexture_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2916 cacheBackendTexture_ = initCacheBackendTexture; in InitCacheSurface()
3092 cacheBackendTexture_ = cacheSurface_->GetBackendTexture(); in UpdateBackendTexture()
3741 std::swap(cacheBackendTexture_, cacheCompletedBackendTexture_); in UpdateCompletedCacheSurface()