Searched defs:CreateQueryPool (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h97 PFN_vkCreateQueryPool CreateQueryPool; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp227 INIT_PROC(true, dev, CreateQueryPool);
392 VKAPI_ATTR VkResult CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
705 { "vkCreateQueryPool", reinterpret_cast<PFN_vkVoidFunction>(CreateQueryPool) },
951 VKAPI_ATTR VkResult CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool) { function in namespace:vulkan::api::__anon1925
952 return GetData(device).dispatch.CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool);
1734 return vulkan::api::CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1077 VkResult CreateQueryPool(VkDevice device, function in namespace:null_driver

Completed in 23 milliseconds