Searched defs:DestroyImage (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Ddriver_gen.h74 PFN_vkDestroyImage DestroyImage; member in struct:vulkan::driver::DeviceDriverTable
H A Dapi_gen.h93 PFN_vkDestroyImage DestroyImage; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp191 INIT_PROC(dev, DestroyImage);
335 VKAPI_ATTR void DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator);
583 { "vkDestroyImage", reinterpret_cast<PFN_vkVoidFunction>(DestroyImage) },
830 VKAPI_ATTR void DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1598
831 GetData(device).dispatch.DestroyImage(device, image, pAllocator);
1489 vulkan::api::DestroyImage(device, image, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp871 void DestroyImage(VkDevice device, function in namespace:null_driver

Completed in 67 milliseconds