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