Searched refs:mTimestampQueries (Results 1 – 2 of 2) sorted by relevance
962 mTimestampQueries.push_back({mCurrentTimestampBeginQuery, endQuery}); in stopGpuTimer()970 for (const TimestampSample &sample : mTimestampQueries) in computeGPUTime()981 mTimestampQueries.clear(); in computeGPUTime()
221 std::vector<TimestampSample> mTimestampQueries; variable