Home
last modified time | relevance | path

Searched refs:CreateDescriptorPool (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h128 PFN_vkCreateDescriptorPool CreateDescriptorPool; member
Dapi_gen.cpp255 INIT_PROC(true, dev, CreateDescriptorPool); in InitDispatchTable()
469 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreate…
839 { "vkCreateDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(CreateDescriptorPool) }, in GetInstanceProcAddr()
1226 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreate… in CreateDescriptorPool() function
1227 …return GetData(device).dispatch.CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorP… in CreateDescriptorPool()
2242 return vulkan::api::CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in vkCreateDescriptorPool()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp154 …interpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateDescriptorPool>(CreateDescriptorPool))},
Dnull_driver_gen.h107 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreate…
Dnull_driver.cpp1003 VkResult CreateDescriptorPool(VkDevice device, in CreateDescriptorPool() function