Searched refs:VkDescriptorPoolCreateInfo (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1945 typedef struct VkDescriptorPoolCreateInfo { struct
1952 } VkDescriptorPoolCreateInfo; typedef in typeref:struct:VkDescriptorPoolCreateInfo
2307 typedef VkResult (VKAPI_PTR *PFN_vkCreateDescriptorPool)(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
2777 const VkDescriptorPoolCreateInfo* pCreateInfo,
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.h105 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
H A Dnull_driver.cpp919 const VkDescriptorPoolCreateInfo*,
918 CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo*, const VkAllocationCallbacks* , VkDescriptorPool* pool) argument
/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.cpp354 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool);
906 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) {
1583 VKAPI_ATTR VkResult vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDescriptorPool* pDescriptorPool) {

Completed in 213 milliseconds