Searched refs:mGpuEventQueryPool (Results 1 – 2 of 2) sorted by relevance
759 mGpuEventQueryPool.destroy(device); in onDestroy()879 ANGLE_TRY(mGpuEventQueryPool.init(this, VK_QUERY_TYPE_TIMESTAMP, in initialize()2399 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, ×tampQuery, 1)); in synchronizeCpuGpuTime()2504 mGpuEventQueryPool.freeQuery(this, ×tampQuery); in synchronizeCpuGpuTime()2529 ANGLE_TRY(mGpuEventQueryPool.allocateQuery(this, &gpuEvent.queryHelper, 1)); in traceGpuEventImpl()2566 mGpuEventQueryPool.freeQuery(this, &eventQuery.queryHelper); in checkCompletedGpuEvents()
1163 vk::DynamicQueryPool mGpuEventQueryPool; variable