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

  /external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp 95 class CalibrationFailedException : public std::runtime_error
98 CalibrationFailedException (const std::string& reason) : std::runtime_error(reason) {}
323 throw CalibrationFailedException("Calibration failed, maximum draw call count is too low");
440 catch (const CalibrationFailedException& e)
  /external/deqp/modules/gles3/functional/
es3fFlushFinishTests.cpp 100 class CalibrationFailedException : public std::runtime_error
103 CalibrationFailedException (const std::string& reason) : std::runtime_error(reason) {}
404 throw CalibrationFailedException("Calibration failed, maximum draw call count is too low");
431 throw CalibrationFailedException(msg.str());
555 catch (const CalibrationFailedException& e)

Completed in 172 milliseconds