Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h112 PFN_vkDestroyImageView DestroyImageView; member
Dapi_gen.cpp239 INIT_PROC(true, dev, DestroyImageView); in InitDispatchTable()
453 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallback…
872 { "vkDestroyImageView", reinterpret_cast<PFN_vkVoidFunction>(DestroyImageView) }, in GetInstanceProcAddr()
1162 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallback… in DestroyImageView() function
1163 GetData(device).dispatch.DestroyImageView(device, imageView, pAllocator); in DestroyImageView()
2162 vulkan::api::DestroyImageView(device, imageView, pAllocator); in vkDestroyImageView()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp188 …iew", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyImageView>(DestroyImageView))},
Dnull_driver_gen.h91 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallback…
Dnull_driver.cpp1301 void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* allocato… in DestroyImageView() function