Home | History | Annotate | Download | only in layers

Lines Matching refs:DestroyDescriptorPool

3466 VKAPI_ATTR void VKAPI_CALL DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool,
3493 get_dispatch_table(ot_device_table_map, device)->DestroyDescriptorPool(device, descriptorPool, pAllocator);
3883 if (!strcmp(name, "DestroyDescriptorPool"))
3884 return (PFN_vkVoidFunction)DestroyDescriptorPool;