Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFlushFinishTests.cpp102 class CalibrationFailedException : public std::runtime_error class
105 CalibrationFailedException (const std::string& reason) : std::runtime_error(reason) {} in CalibrationFailedException() function in deqp::gles3::Functional::__anon8e897bb90111::CalibrationFailedException
344 …throw CalibrationFailedException("Calibration failed, target duration not reached within expected … in calibrate()
405 …throw CalibrationFailedException("Calibration failed, target duration not reached within expected … in calibrate()
422 throw CalibrationFailedException("Calibration failed, maximum draw call count is too low"); in calibrate()
449 throw CalibrationFailedException(msg.str()); in verifyCalibration()
573 catch (const CalibrationFailedException& e) in iterate()
/external/deqp/modules/gles2/functional/
Des2fFlushFinishTests.cpp95 class CalibrationFailedException : public std::runtime_error class
98 CalibrationFailedException (const std::string& reason) : std::runtime_error(reason) {} in CalibrationFailedException() function in deqp::gles2::Functional::__anon6c5154970111::CalibrationFailedException
323 throw CalibrationFailedException("Calibration failed, maximum draw call count is too low"); in calibrate()
440 catch (const CalibrationFailedException& e) in iterate()