Searched refs:DestroyQueryPool (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h86 PFN_vkDestroyQueryPool DestroyQueryPool; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp184 INIT_PROC(dev, DestroyQueryPool);
328 VKAPI_ATTR void DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator);
589 { "vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool) },
802 VKAPI_ATTR void DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1598
803 GetData(device).dispatch.DestroyQueryPool(device, queryPool, pAllocator);
1454 vulkan::api::DestroyQueryPool(device, queryPool, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp146 {"vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyQueryPool>(DestroyQueryPool))},
H A Dnull_driver_gen.h79 VKAPI_ATTR void DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocator);
H A Dnull_driver.cpp1174 void DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* allocator) { function in namespace:null_driver

Completed in 3539 milliseconds