Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h124 PFN_vkCreateDescriptorPool CreateDescriptorPool; member
Dapi_gen.cpp254 INIT_PROC(true, dev, CreateDescriptorPool); in InitDispatchTable()
419 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreate…
692 { "vkCreateDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(CreateDescriptorPool) }, in GetInstanceProcAddr()
1059 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreate… in CreateDescriptorPool() function
1060 …return GetData(device).dispatch.CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorP… in CreateDescriptorPool()
1869 return vulkan::api::CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in vkCreateDescriptorPool()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp118 …interpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateDescriptorPool>(CreateDescriptorPool))},
Dnull_driver_gen.h105 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreate…
Dnull_driver.cpp980 VkResult CreateDescriptorPool(VkDevice device, in CreateDescriptorPool() function