HomeSort by relevance Sort by last modified time
    Searched refs:curDuration (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 305 deUint64 curDuration;
313 curDuration = deGetMicroseconds()-startTime;
316 m_testCtx.getLog() << TestLog::Message << "Duration with " << curIterCount << " iterations = " << curDuration << " us" << TestLog::EndMessage;
318 if (curDuration > targetDurationUs)
323 const float a = float(curDuration - prevDuration) / float(curIterCount - prevIterCount);
338 prevDuration = curDuration;
360 deUint64 curDuration;
367 curDuration = deGetMicroseconds()-startTime;
370 m_testCtx.getLog() << TestLog::Message << "Duration with " << curDrawCount << " draw calls = " << curDuration << " us" << TestLog::EndMessage;
372 if (curDuration > MAX_SAMPLE_DURATION_US
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 280 deUint64 curDuration;
286 curDuration = deGetMicroseconds()-startTime;
289 m_testCtx.getLog() << TestLog::Message << "Duration with " << curDrawCount << " draw calls = " << curDuration << " us" << TestLog::EndMessage;
291 if (curDuration > MAX_SAMPLE_DURATION_US)
296 const float a = float(curDuration - prevDuration) / float(curDrawCount - prevDrawCount);
311 prevDuration = curDuration;

Completed in 36 milliseconds