Searched defs:DestroyDescriptorPool (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h113 PFN_vkDestroyDescriptorPool DestroyDescriptorPool; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp211 INIT_PROC(dev, DestroyDescriptorPool);
355 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator);
577 { "vkDestroyDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyDescriptorPool) },
910 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1598
911 GetData(device).dispatch.DestroyDescriptorPool(device, descriptorPool, pAllocator);
1589 vulkan::api::DestroyDescriptorPool(device, descriptorPool, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1220 void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* allocator) { function in namespace:null_driver

Completed in 308 milliseconds