Searched refs:queryPool (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | VkEncoder.h | 251 VkQueryPool queryPool, 255 VkQueryPool queryPool, 661 VkQueryPool queryPool, 666 VkQueryPool queryPool, 670 VkQueryPool queryPool, 676 VkQueryPool queryPool, 680 VkQueryPool queryPool,
|
D | VkEncoder.cpp | 3619 VkQueryPool queryPool, in vkDestroyQueryPool() argument 3634 local_queryPool = queryPool; in vkDestroyQueryPool() 3682 resources->destroyMapping()->mapHandles_VkQueryPool((VkQueryPool*)&queryPool); in vkDestroyQueryPool() 3691 VkQueryPool queryPool, in vkGetQueryPoolResults() argument 3715 local_queryPool = queryPool; in vkGetQueryPoolResults() 9623 VkQueryPool queryPool, in vkCmdBeginQuery() argument 9640 local_queryPool = queryPool; in vkCmdBeginQuery() 9677 VkQueryPool queryPool, in vkCmdEndQuery() argument 9692 local_queryPool = queryPool; in vkCmdEndQuery() 9726 VkQueryPool queryPool, in vkCmdResetQueryPool() argument [all …]
|
/device/generic/goldfish-opengl/system/vulkan/ |
D | func_table.cpp | 574 VkQueryPool queryPool, in entry_vkDestroyQueryPool() argument 579 vkEnc->vkDestroyQueryPool(device, queryPool, pAllocator); in entry_vkDestroyQueryPool() 583 VkQueryPool queryPool, in entry_vkGetQueryPoolResults() argument 594 …vkGetQueryPoolResults_VkResult_return = vkEnc->vkGetQueryPoolResults(device, queryPool, firstQuery… in entry_vkGetQueryPoolResults() 1484 VkQueryPool queryPool, in entry_vkCmdBeginQuery() argument 1491 vkEnc->vkCmdBeginQuery(commandBuffer, queryPool, query, flags); in entry_vkCmdBeginQuery() 1495 VkQueryPool queryPool, in entry_vkCmdEndQuery() argument 1501 vkEnc->vkCmdEndQuery(commandBuffer, queryPool, query); in entry_vkCmdEndQuery() 1505 VkQueryPool queryPool, in entry_vkCmdResetQueryPool() argument 1512 vkEnc->vkCmdResetQueryPool(commandBuffer, queryPool, firstQuery, queryCount); in entry_vkCmdResetQueryPool() [all …]
|