Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2898 auto initCacheBackendTexture = MakeBackendTexture(width, height); in InitCacheSurface() local
2899 auto vkTextureInfo = initCacheBackendTexture.GetTextureInfo().GetVKTextureInfo(); in InitCacheSurface()
2900 if (!initCacheBackendTexture.IsValid() || !vkTextureInfo) { in InitCacheSurface()
2912 … gpuContext, initCacheBackendTexture.GetTextureInfo(), Drawing::TextureOrigin::BOTTOM_LEFT, in InitCacheSurface()
2916 cacheBackendTexture_ = initCacheBackendTexture; in InitCacheSurface()