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

  /external/deqp/modules/glshared/
glsCalibration.hpp 161 void recordIteration (deUint64 frameTime);
glsCalibration.cpp 253 void TheilSenCalibrator::recordIteration (deUint64 iterationTime)
glsShaderPerformanceMeasurer.cpp 288 m_calibrator.recordIteration(renderStartTime - m_prevRenderStartTime);
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 355 m_calibrator.recordIteration(duration);
437 m_calibrator.recordIteration(curTime - m_renderStart);
es2pShaderOperatorTests.cpp 911 m_calibrator.recordIteration(renderAndMeasure(m_calibrator.getCallCount()));
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 876 calibrator.recordIteration(now - prev);
956 calibrator.recordIteration(now - prev);
    [all...]
es3pShaderOperatorTests.cpp 911 m_calibrator.recordIteration(renderAndMeasure(m_calibrator.getCallCount()));
    [all...]

Completed in 236 milliseconds