Home
last modified time | relevance | path

Searched refs:getCalibrationInfo (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsCalibration.hpp165 …const std::vector<CalibrateIteration>& getCalibrationInfo (void) const { return m_calibrateIterat… in getCalibrationInfo() function in deqp::gls::TheilSenCalibrator
DglsCalibration.cpp398 const std::vector<CalibrateIteration>& calibrateIterations = calibrator.getCalibrationInfo(); in logCalibrationInfo()