Searched refs:ResetQueryPool (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 103 PFN_vkResetQueryPool ResetQueryPool; member
|
D | api_gen.cpp | 230 INIT_PROC(false, dev, ResetQueryPool); in InitDispatchTable() 444 VKAPI_ATTR void ResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_… 941 { "vkResetQueryPool", reinterpret_cast<PFN_vkVoidFunction>(ResetQueryPool) }, in GetInstanceProcAddr() 1126 VKAPI_ATTR void ResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_… in ResetQueryPool() function 1127 GetData(device).dispatch.ResetQueryPool(device, queryPool, firstQuery, queryCount); in ResetQueryPool() 2117 vulkan::api::ResetQueryPool(device, queryPool, firstQuery, queryCount); in vkResetQueryPool()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 282 …eryPool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkResetQueryPool>(ResetQueryPool))},
|
D | null_driver_gen.h | 82 VKAPI_ATTR void ResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_…
|
D | null_driver.cpp | 1602 void ResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCoun… in ResetQueryPool() function
|