Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.h79 void DestroyImage(VkImage image, VmaAllocation allocation); in RENDER_BEGIN_NAMESPACE()
H A Dgpu_image_vk.cpp276 gpuMemAllocator->DestroyImage(plat_.image, mem_.allocation); in ~GpuImageVk()
H A Dgpu_memory_allocator_vk.cpp325 void PlatformGpuMemoryAllocator::DestroyImage(VkImage image, VmaAllocation allocation) in DestroyImage() function in PlatformGpuMemoryAllocator
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h94 EGLBoolean DestroyImage(EGLImage img);
H A Degl_wrapper_display.cpp828 EGLBoolean EglWrapperDisplay::DestroyImage(EGLImage img) in DestroyImage() function in OHOS::EglWrapperDisplay
H A Degl_wrapper_entry.cpp756 return display->DestroyImage(img); in EglDestroyImageImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/fuzztest/eglwrapperdisplay_fuzzer/
H A Deglwrapperdisplay_fuzzer.cpp169 eglWrapperDisplay->DestroyImage(img1); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_vulkan_context.h134 DEFINE_FUNC(DestroyImage);
H A Drs_vulkan_context.cpp354 ACQUIRE_PROC(DestroyImage, device_); in SetupDeviceProcAddresses()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Degl_wrapper_display_test.cpp417 auto result = eglWrapperDisplay->DestroyImage(nullptr); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/
H A Dswapchain_layer.cpp464 pDisp->DestroyImage(device, image.image, nullptr); in ReleaseSwapchainImage()