Searched refs:pQueryPool (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 404 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool); 998 …eryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) { in CreateQueryPool() argument 999 return GetData(device).dispatch.CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in CreateQueryPool() 1837 …eryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) { in vkCreateQueryPool() argument 1838 return vulkan::api::CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 79 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
|