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.cpp196 INIT_PROC(true, dev, DestroyImageView);
340 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator);
602 { "vkDestroyImageView", reinterpret_cast<PFN_vkVoidFunction>(DestroyImageView) },
860 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon2040
861 GetData(device).dispatch.DestroyImageView(device, imageView, pAllocator);
1522 vulkan::api::DestroyImageView(device, imageView, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp142 {"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.cpp1258 void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* allocator) { function in namespace:null_driver

Completed in 58 milliseconds