Searched refs:DestroyQueryPool (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 98 PFN_vkDestroyQueryPool DestroyQueryPool; member
|
D | api_gen.cpp | 228 INIT_PROC(true, dev, DestroyQueryPool); in InitDispatchTable() 393 VKAPI_ATTR void DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallback… 733 { "vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool) }, in GetInstanceProcAddr() 960 VKAPI_ATTR void DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallback… in DestroyQueryPool() function 961 GetData(device).dispatch.DestroyQueryPool(device, queryPool, pAllocator); in DestroyQueryPool() 1744 vulkan::api::DestroyQueryPool(device, queryPool, pAllocator); in vkDestroyQueryPool()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 155 …ool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyQueryPool>(DestroyQueryPool))},
|
D | null_driver_gen.h | 79 VKAPI_ATTR void DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallback…
|
D | null_driver.cpp | 1255 void DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* allocato… in DestroyQueryPool() function
|