Searched defs:DestroyImage (Results 1 - 4 of 4) sorted by relevance
/frameworks/native/vulkan/libvulkan/ | ||
H A D | driver_gen.h | 86 PFN_vkDestroyImage DestroyImage; member in struct:vulkan::driver::DeviceDriverTable |
H A D | api_gen.h | 105 PFN_vkDestroyImage DestroyImage; member in struct:vulkan::api::DeviceDispatchTable |
H A D | api_gen.cpp | 235 INIT_PROC(true, dev, DestroyImage); 400 VKAPI_ATTR void DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator); 722 { "vkDestroyImage", reinterpret_cast<PFN_vkVoidFunction>(DestroyImage) }, 983 VKAPI_ATTR void DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1925 984 GetData(device).dispatch.DestroyImage(device, image, pAllocator); 1774 vulkan::api::DestroyImage(device, image, pAllocator); |
/frameworks/native/vulkan/nulldrv/ | ||
H A D | null_driver.cpp | 921 void DestroyImage(VkDevice device, function in namespace:null_driver |
Completed in 39 milliseconds