Home
last modified time | relevance | path

Searched refs:DestroyDescriptorPool (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h125 PFN_vkDestroyDescriptorPool DestroyDescriptorPool; member
Dapi_gen.cpp255 INIT_PROC(true, dev, DestroyDescriptorPool); in InitDispatchTable()
420 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAll…
720 { "vkDestroyDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyDescriptorPool) }, in GetInstanceProcAddr()
1068 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAll… in DestroyDescriptorPool() function
1069 GetData(device).dispatch.DestroyDescriptorPool(device, descriptorPool, pAllocator); in DestroyDescriptorPool()
1879 vulkan::api::DestroyDescriptorPool(device, descriptorPool, pAllocator); in vkDestroyDescriptorPool()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp142 …terpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyDescriptorPool>(DestroyDescriptorPool))},
Dnull_driver_gen.h106 VKAPI_ATTR void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAll…
Dnull_driver.cpp1301 void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCall… in DestroyDescriptorPool() function