Home
last modified time | relevance | path

Searched refs:pQueryPool (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp404 …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/
Dnull_driver_gen.h79 …ueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);