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