Searched refs:mGpuEventQueryPool (Results 1 – 2 of 2) sorted by relevance
641 mGpuEventQueryPool.destroy(device); in onDestroy()763 ANGLE_TRY(mGpuEventQueryPool.init(this, VK_QUERY_TYPE_TIMESTAMP, in initialize()2273 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, ×tampQuery, 1)); in synchronizeCpuGpuTime()2380 mGpuEventQueryPool.freeQuery(this, ×tampQuery); in synchronizeCpuGpuTime()2405 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, &gpuEvent.queryHelper, 1)); in traceGpuEventImpl()2442 mGpuEventQueryPool.freeQuery(this, &eventQuery.queryHelper); in checkCompletedGpuEvents()
1114 vk::DynamicQueryPool mGpuEventQueryPool; variable