Searched refs:DestroyImage (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver_gen.h | 74 PFN_vkDestroyImage DestroyImage; member
|
D | api_gen.h | 93 PFN_vkDestroyImage DestroyImage; member
|
D | driver_gen.cpp | 351 INIT_PROC(dev, DestroyImage); in InitDriverTable()
|
D | swapchain.cpp | 193 GetData(device).driver.DestroyImage(device, image.image, nullptr); in ReleaseSwapchainImage() 701 dispatch.DestroyImage(device, img.image, nullptr); in CreateSwapchainKHR()
|
D | api_gen.cpp | 191 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/ |
D | null_driver_gen.cpp | 140 …estroyImage", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyImage>(DestroyImage))},
|
D | null_driver_gen.h | 86 VKAPI_ATTR void DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocato…
|
D | null_driver.cpp | 871 void DestroyImage(VkDevice device, in DestroyImage() function
|