Searched refs:DestroyImageView (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h96 PFN_vkDestroyImageView DestroyImageView; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp194 INIT_PROC(dev, DestroyImageView);
338 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator);
584 { "vkDestroyImageView", reinterpret_cast<PFN_vkVoidFunction>(DestroyImageView) },
842 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1598
843 GetData(device).dispatch.DestroyImageView(device, imageView, pAllocator);
1504 vulkan::api::DestroyImageView(device, imageView, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp141 {"vkDestroyImageView", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyImageView>(DestroyImageView))},
H A Dnull_driver_gen.h89 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator);
H A Dnull_driver.cpp1189 void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* allocator) { function in namespace:null_driver

Completed in 630 milliseconds