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

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h98 PFN_vkDestroyQueryPool DestroyQueryPool; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp228 INIT_PROC(true, dev, DestroyQueryPool);
393 VKAPI_ATTR void DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator);
728 { "vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool) },
955 VKAPI_ATTR void DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1925
956 GetData(device).dispatch.DestroyQueryPool(device, queryPool, pAllocator);
1739 vulkan::api::DestroyQueryPool(device, queryPool, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1255 void DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* allocator) { function in namespace:null_driver

Completed in 143 milliseconds