Home
last modified time | relevance | path

Searched refs:pDescriptorPool (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h107 …eateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp469 …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()