Searched refs:PFN_vkDestroyDescriptorPool (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h113 PFN_vkDestroyDescriptorPool DestroyDescriptorPool;
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp134 {"vkDestroyDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyDescriptorPool>(DestroyDescriptorPool))},
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h2308 typedef void (VKAPI_PTR *PFN_vkDestroyDescriptorPool)(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCallbacks* pAllocator); typedef

Completed in 20 milliseconds