Searched defs:calibrator (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsCalibration.cpp395 void logCalibrationInfo (tcu::TestLog& log, const TheilSenCalibrator& calibrator) argument
397 const CalibratorParameters& params = calibrator.getParameters();
398 const std::vector<CalibrateIteration>& calibrateIterations = calibrator.getCalibrationInfo();
411 log << TestLog::Integer("CallCount", "Calibrated call count", "", QP_KEY_TAG_NONE, calibrator.getMeasureState().numDrawCalls)
412 << TestLog::Integer("FrameCount", "Calibrated frame count", "", QP_KEY_TAG_NONE, (int)calibrator.getMeasureState().frameTimes.size());

Completed in 174 milliseconds