Searched refs:DestroyDescriptorPool (Results 1 - 5 of 5) 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_gen.cpp134 {"vkDestroyDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyDescriptorPool>(DestroyDescriptorPool))},
H A Dnull_driver_gen.h106 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator);
H A Dnull_driver.cpp1220 void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* allocator) { function in namespace:null_driver

Completed in 332 milliseconds