Searched refs:DestroyDescriptorPool (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 128 PFN_vkDestroyDescriptorPool DestroyDescriptorPool; member
|
D | api_gen.cpp | 255 INIT_PROC(true, dev, DestroyDescriptorPool); in InitDispatchTable() 433 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAll… 755 { "vkDestroyDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyDescriptorPool) }, in GetInstanceProcAddr() 1114 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAll… in DestroyDescriptorPool() function 1115 GetData(device).dispatch.DestroyDescriptorPool(device, descriptorPool, pAllocator); in DestroyDescriptorPool() 1983 vulkan::api::DestroyDescriptorPool(device, descriptorPool, pAllocator); in vkDestroyDescriptorPool()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 149 …terpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyDescriptorPool>(DestroyDescriptorPool))},
|
D | null_driver_gen.h | 108 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAll…
|
D | null_driver.cpp | 1309 void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCall… in DestroyDescriptorPool() function
|