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 D | nativebufferutils_fuzzer.cpp | 68 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 D | native_buffer_utils_test.cpp | 49 auto cachedBackendTexture = RSUniRenderUtil::MakeBackendTexture(width, height);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.h | 109 static Drawing::BackendTexture MakeBackendTexture(uint32_t width, uint32_t height,
|
H A D | rs_uni_render_util.cpp | 1225 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 D | rs_ui_first_surface_render_node_drawable.cpp | 312 cacheBackendTexture_ = RSUniRenderUtil::MakeBackendTexture(width, height, format); in InitCacheSurface()
|
H A D | rs_canvas_drawing_render_node_drawable.cpp | 584 backendTexture_ = RSUniRenderUtil::MakeBackendTexture(width, height); in ResetSurfaceForVK()
|
H A D | rs_render_node_drawable.cpp | 521 cachedBackendTexture_ = RSUniRenderUtil::MakeBackendTexture(width, height, format); in InitCachedSurface()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 91 OHOS::Rosen::Drawing::BackendTexture MakeBackendTexture(uint32_t width, uint32_t height, in MakeBackendTexture() function 2898 auto initCacheBackendTexture = MakeBackendTexture(width, height); in InitCacheSurface()
|