/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | native_buffer_utils.h | 36 class VulkanCleanupHelper { 38 VulkanCleanupHelper(RsVulkanContext& vkContext, VkImage image, VkDeviceMemory memory, 47 ~VulkanCleanupHelper() in ~VulkanCleanupHelper() 57 VulkanCleanupHelper* Ref() in Ref()
|
H A D | native_buffer_utils.cpp | 26 VulkanCleanupHelper* cleanupHelper = static_cast<VulkanCleanupHelper*>(context); in DeleteVkImage() 252 new VulkanCleanupHelper(RsVulkanContext::GetSingleton(), in MakeFromNativeWindowBuffer()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_vk_image_manager.h | 38 NativeBufferUtils::VulkanCleanupHelper* vulkanCleanupHelper) in NativeVkImageRes() 52 NativeBufferUtils::VulkanCleanupHelper* RefCleanupHelper() in RefCleanupHelper() 72 NativeBufferUtils::VulkanCleanupHelper* mVulkanCleanupHelper;
|
H A D | rs_surface_capture_task_parallel.cpp | 549 NativeBufferUtils::VulkanCleanupHelper *cleanupHelper = in CreateSurfaceSyncCopyTask() 550 static_cast<NativeBufferUtils::VulkanCleanupHelper *> (context); in CreateSurfaceSyncCopyTask() 583 auto cleanUpHelper = new NativeBufferUtils::VulkanCleanupHelper(RsVulkanContext::GetSingleton(), in CreateSurfaceSyncCopyTask()
|
H A D | rs_vk_image_manager.cpp | 67 new NativeBufferUtils::VulkanCleanupHelper(RsVulkanContext::GetSingleton(), in Create()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_image_base.h | 40 class VulkanCleanupHelper; variable 111 mutable NativeBufferUtils::VulkanCleanupHelper* cleanUpHelper_ = nullptr;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/ |
H A D | pixel_map_from_surface.cpp | 349 NativeBufferUtils::VulkanCleanupHelper *cleanupHelper = in DeleteVkImage() 350 static_cast<NativeBufferUtils::VulkanCleanupHelper *>(context); in DeleteVkImage() 375 auto cleanUpHelper = new NativeBufferUtils::VulkanCleanupHelper(RsVulkanContext::GetSingleton(), in DrawImageRectVK() 427 NativeBufferUtils::VulkanCleanupHelper* cleanUpHelper = in CreateDrawingImage() 428 new NativeBufferUtils::VulkanCleanupHelper(RsVulkanContext::GetSingleton(), in CreateDrawingImage()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_property_drawable_background.h | 38 class VulkanCleanupHelper; variable 129 NativeBufferUtils::VulkanCleanupHelper* cleanUpHelper_ = nullptr;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_render_node_drawable.h | 39 class VulkanCleanupHelper; variable 182 NativeBufferUtils::VulkanCleanupHelper* vulkanCleanupHelper_ = nullptr;
|
H A D | rs_surface_render_node_drawable.h | 310 NativeBufferUtils::VulkanCleanupHelper* cacheCleanupHelper_ = nullptr; 311 NativeBufferUtils::VulkanCleanupHelper* cacheCompletedCleanupHelper_ = nullptr;
|
H A D | rs_canvas_drawing_render_node_drawable.h | 97 NativeBufferUtils::VulkanCleanupHelper* vulkanCleanupHelper_ = nullptr;
|
H A D | rs_ui_first_surface_render_node_drawable.cpp | 324 … cacheCleanupHelper_ = new NativeBufferUtils::VulkanCleanupHelper(RsVulkanContext::GetSingleton(), in InitCacheSurface()
|
H A D | rs_canvas_drawing_render_node_drawable.cpp | 607 vulkanCleanupHelper_ = new NativeBufferUtils::VulkanCleanupHelper( in ResetSurfaceForVK()
|
H A D | rs_render_node_drawable.cpp | 526 vulkanCleanupHelper_ = new NativeBufferUtils::VulkanCleanupHelper( in InitCachedSurface()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/nativebufferutils_fuzzer/ |
H A D | nativebufferutils_fuzzer.cpp | 70 VulkanCleanupHelper vulkanCleanupHelper( 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 | 51 VulkanCleanupHelper vulkanCleanupHelper(
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_draw_cmd.h | 44 class VulkanCleanupHelper; variable 101 mutable NativeBufferUtils::VulkanCleanupHelper* cleanUpHelper_ = nullptr;
|
H A D | rs_render_node.h | 60 class VulkanCleanupHelper; variable 993 NativeBufferUtils::VulkanCleanupHelper* cacheCleanupHelper_ = nullptr; 994 NativeBufferUtils::VulkanCleanupHelper* cacheCompletedCleanupHelper_ = nullptr;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_extended_modifier.cpp | 102 auto cleanUpHelper = new NativeBufferUtils::VulkanCleanupHelper(RsVulkanContext::GetSingleton(), in CreateSurface()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image_base.cpp | 501 cleanUpHelper_ = new NativeBufferUtils::VulkanCleanupHelper( in MakeFromTextureForVK()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_draw_cmd.cpp | 367 … cleanUpHelper_ = new NativeBufferUtils::VulkanCleanupHelper(RsVulkanContext::GetSingleton(), in MakeFromTextureForVK() 995 new NativeBufferUtils::VulkanCleanupHelper( in DrawWithVulkan()
|
H A D | rs_render_node.cpp | 2909 …auto initCacheCleanupHelper = new NativeBufferUtils::VulkanCleanupHelper(RsVulkanContext::GetSingl… in InitCacheSurface()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_background.cpp | 394 cleanUpHelper_ = new NativeBufferUtils::VulkanCleanupHelper( in MakeFromTextureForVK()
|