Searched refs:DestroyImage (Results 1 – 11 of 11) sorted by relevance
79 void DestroyImage(VkImage image, VmaAllocation allocation); in RENDER_BEGIN_NAMESPACE()
276 gpuMemAllocator->DestroyImage(plat_.image, mem_.allocation); in ~GpuImageVk()
325 void PlatformGpuMemoryAllocator::DestroyImage(VkImage image, VmaAllocation allocation) in DestroyImage() function in PlatformGpuMemoryAllocator
94 EGLBoolean DestroyImage(EGLImage img);
828 EGLBoolean EglWrapperDisplay::DestroyImage(EGLImage img) in DestroyImage() function in OHOS::EglWrapperDisplay
756 return display->DestroyImage(img); in EglDestroyImageImpl()
169 eglWrapperDisplay->DestroyImage(img1); in DoSomethingInterestingWithMyAPI()
134 DEFINE_FUNC(DestroyImage);
354 ACQUIRE_PROC(DestroyImage, device_); in SetupDeviceProcAddresses()
417 auto result = eglWrapperDisplay->DestroyImage(nullptr); in HWTEST_F()
464 pDisp->DestroyImage(device, image.image, nullptr); in ReleaseSwapchainImage()