Searched refs:CreateQueryPool (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 99 PFN_vkCreateQueryPool CreateQueryPool; member
|
H A D | api_gen.cpp | 226 INIT_PROC(true, dev, CreateQueryPool); in InitDispatchTable() 404 VKAPI_ATTR VkResult CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, cons… 744 { "vkCreateQueryPool", reinterpret_cast<PFN_vkVoidFunction>(CreateQueryPool) }, in GetInstanceProcAddr() 998 VKAPI_ATTR VkResult CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, cons… in CreateQueryPool() function 999 return GetData(device).dispatch.CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in CreateQueryPool() 1838 return vulkan::api::CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool()
|
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver_gen.cpp | 137 …yPool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateQueryPool>(CreateQueryPool))},
|
H A D | null_driver_gen.h | 79 VKAPI_ATTR VkResult CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, cons…
|
H A D | null_driver.cpp | 1077 VkResult CreateQueryPool(VkDevice device, in CreateQueryPool() function
|