Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Ddriver_gen.h74 PFN_vkDestroyImage DestroyImage; member
Dapi_gen.h93 PFN_vkDestroyImage DestroyImage; member
Ddriver_gen.cpp351 INIT_PROC(dev, DestroyImage); in InitDriverTable()
Dswapchain.cpp193 GetData(device).driver.DestroyImage(device, image.image, nullptr); in ReleaseSwapchainImage()
701 dispatch.DestroyImage(device, img.image, nullptr); in CreateSwapchainKHR()
Dapi_gen.cpp191 INIT_PROC(dev, DestroyImage); in InitDispatchTable()
335 VKAPI_ATTR void DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocato…
583 { "vkDestroyImage", reinterpret_cast<PFN_vkVoidFunction>(DestroyImage) }, in GetInstanceProcAddr()
830 VKAPI_ATTR void DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocato… in DestroyImage() function
831 GetData(device).dispatch.DestroyImage(device, image, pAllocator); in DestroyImage()
1489 vulkan::api::DestroyImage(device, image, pAllocator); in vkDestroyImage()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp140 …estroyImage", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyImage>(DestroyImage))},
Dnull_driver_gen.h86 VKAPI_ATTR void DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocato…
Dnull_driver.cpp871 void DestroyImage(VkDevice device, in DestroyImage() function