Searched defs:DestroyImageView (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h108 PFN_vkDestroyImageView DestroyImageView; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp238 INIT_PROC(true, dev, DestroyImageView);
403 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator);
723 { "vkDestroyImageView", reinterpret_cast<PFN_vkVoidFunction>(DestroyImageView) },
995 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1925
996 GetData(device).dispatch.DestroyImageView(device, imageView, pAllocator);
1789 vulkan::api::DestroyImageView(device, imageView, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1270 void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* allocator) { function in namespace:null_driver

Completed in 23 milliseconds