Searched refs:CreateQueryPool (Results 1 – 5 of 5) sorted by relevance
| /frameworks/native/vulkan/libvulkan/ |
| D | api_gen.h | 103 PFN_vkCreateQueryPool CreateQueryPool; member
|
| D | api_gen.cpp | 230 INIT_PROC(true, dev, CreateQueryPool); in InitDispatchTable() 463 VKAPI_ATTR VkResult CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, cons… 910 { "vkCreateQueryPool", reinterpret_cast<PFN_vkVoidFunction>(CreateQueryPool) }, in GetInstanceProcAddr() 1177 VKAPI_ATTR VkResult CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, cons… in CreateQueryPool() function 1178 return GetData(device).dispatch.CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in CreateQueryPool() 2241 return vulkan::api::CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool()
|
| /frameworks/native/vulkan/nulldrv/ |
| D | null_driver_gen.cpp | 184 …yPool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateQueryPool>(CreateQueryPool))},
|
| D | null_driver_gen.h | 82 VKAPI_ATTR VkResult CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, cons…
|
| D | null_driver.cpp | 1100 VkResult CreateQueryPool(VkDevice device, in CreateQueryPool() function
|