Searched refs:vkDestroyDescriptorPool (Results 1 – 7 of 7) sorted by relevance
87 vkDestroyDescriptorPool;
1878 VKAPI_ATTR void vkDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkA… in vkDestroyDescriptorPool() function
108 extern PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool;
123 …vkDestroyDescriptorPool = reinterpret_cast<PFN_vkDestroyDescriptorPool>(dlsym(libvulkan, "vkDestro… in InitVulkan()467 PFN_vkDestroyDescriptorPool vkDestroyDescriptorPool; variable
642 vkDestroyDescriptorPool(mDevice, mDescPool, nullptr); in runForEach()
2383 vkDestroyDescriptorPool(demo->device, demo->desc_pool, NULL); in demo_cleanup()2467 vkDestroyDescriptorPool(demo->device, demo->desc_pool, NULL); in demo_resize()
8997 cmd void vkDestroyDescriptorPool(