Searched refs:DestroyImageView (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 108 PFN_vkDestroyImageView DestroyImageView; member
|
D | api_gen.cpp | 238 INIT_PROC(true, dev, DestroyImageView); in InitDispatchTable() 403 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallback… 728 { "vkDestroyImageView", reinterpret_cast<PFN_vkVoidFunction>(DestroyImageView) }, in GetInstanceProcAddr() 1000 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallback… in DestroyImageView() function 1001 GetData(device).dispatch.DestroyImageView(device, imageView, pAllocator); in DestroyImageView() 1794 vulkan::api::DestroyImageView(device, imageView, pAllocator); in vkDestroyImageView()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 150 …iew", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyImageView>(DestroyImageView))},
|
D | null_driver_gen.h | 89 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallback…
|
D | null_driver.cpp | 1270 void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* allocato… in DestroyImageView() function
|