Searched refs:pDescriptorPool (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 106 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 418 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool); 1064 …ateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) { in CreateDescriptorPool() argument 1065 …rn GetData(device).dispatch.CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in CreateDescriptorPool() 1878 …ateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) { in vkCreateDescriptorPool() argument 1879 return vulkan::api::CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in vkCreateDescriptorPool()
|