Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/nativebufferutils_fuzzer/
H A Dnativebufferutils_fuzzer.cpp68 auto cachedBackendTexture = RSUniRenderUtil::MakeBackendTexture(width, height); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Dnative_buffer_utils_test.cpp49 auto cachedBackendTexture = RSUniRenderUtil::MakeBackendTexture(width, height);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.h109 static Drawing::BackendTexture MakeBackendTexture(uint32_t width, uint32_t height,
H A Drs_uni_render_util.cpp1225 Drawing::BackendTexture RSUniRenderUtil::MakeBackendTexture(uint32_t width, uint32_t height, VkForm… in MakeBackendTexture() function in OHOS::Rosen::RSUniRenderUtil
/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()
H A Drs_canvas_drawing_render_node_drawable.cpp584 backendTexture_ = RSUniRenderUtil::MakeBackendTexture(width, height); in ResetSurfaceForVK()
H A Drs_render_node_drawable.cpp521 cachedBackendTexture_ = RSUniRenderUtil::MakeBackendTexture(width, height, format); in InitCachedSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp91 OHOS::Rosen::Drawing::BackendTexture MakeBackendTexture(uint32_t width, uint32_t height, in MakeBackendTexture() function
2898 auto initCacheBackendTexture = MakeBackendTexture(width, height); in InitCacheSurface()