Searched refs:DestroyImageView (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 111 PFN_vkDestroyImageView DestroyImageView; member
|
H A D | api_gen.cpp | 238 INIT_PROC(true, dev, DestroyImageView); in InitDispatchTable() 416 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallback… 763 { "vkDestroyImageView", reinterpret_cast<PFN_vkVoidFunction>(DestroyImageView) }, in GetInstanceProcAddr() 1046 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallback… in DestroyImageView() function 1047 GetData(device).dispatch.DestroyImageView(device, imageView, pAllocator); in DestroyImageView() 1898 vulkan::api::DestroyImageView(device, imageView, pAllocator); in vkDestroyImageView()
|
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver_gen.cpp | 157 …iew", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyImageView>(DestroyImageView))},
|
H A D | null_driver_gen.h | 91 VKAPI_ATTR void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallback…
|
H A D | null_driver.cpp | 1278 void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* allocato… in DestroyImageView() function
|