Lines Matching refs:DestroyDescriptorPool
211 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) {
911 GetData(device).dispatch.DestroyDescriptorPool(device, descriptorPool, pAllocator);
1589 vulkan::api::DestroyDescriptorPool(device, descriptorPool, pAllocator);