Searched refs:DestroyImage (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | driver_gen.h | 90 PFN_vkDestroyImage DestroyImage; member
|
D | api_gen.h | 107 PFN_vkDestroyImage DestroyImage; member
|
D | driver_gen.cpp | 566 INIT_PROC(true, dev, DestroyImage); in InitDriverTable()
|
D | api_gen.cpp | 234 INIT_PROC(true, dev, DestroyImage); in InitDispatchTable() 399 VKAPI_ATTR void DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocato… 727 { "vkDestroyImage", reinterpret_cast<PFN_vkVoidFunction>(DestroyImage) }, in GetInstanceProcAddr() 988 VKAPI_ATTR void DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocato… in DestroyImage() function 989 GetData(device).dispatch.DestroyImage(device, image, pAllocator); in DestroyImage() 1784 vulkan::api::DestroyImage(device, image, pAllocator); in vkDestroyImage()
|
D | swapchain.cpp | 328 GetData(device).driver.DestroyImage(device, image.image, nullptr); in ReleaseSwapchainImage()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 150 …estroyImage", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyImage>(DestroyImage))},
|
D | null_driver_gen.h | 87 VKAPI_ATTR void DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocato…
|
D | null_driver.cpp | 921 void DestroyImage(VkDevice device, in DestroyImage() function
|