Searched refs:InvalidSourceException (Results 1 – 2 of 2) sorted by relevance
305 class InvalidSourceException : public std::exception class in gl4cts::EnhancedLayouts::Utils::Shader308 InvalidSourceException(const glw::GLchar* error_message, const std::string& source, STAGES stage);310 virtual ~InvalidSourceException() throw() in ~InvalidSourceException()
2342 throw InvalidSourceException(exc.what(), source, stage); in Init()2547 Shader::InvalidSourceException::InvalidSourceException(const GLchar* error_message, const std::stri… in InvalidSourceException() function in gl4cts::EnhancedLayouts::Utils::Shader::InvalidSourceException2557 const char* Shader::InvalidSourceException::what() const throw() in what()2563 void Shader::InvalidSourceException::log(deqp::Context& context) const in log()5856 catch (Utils::Shader::InvalidSourceException& exc) in test()6224 catch (Utils::Shader::InvalidSourceException& exc) in test()6314 catch (Utils::Shader::InvalidSourceException& exc) in test()7583 catch (Utils::Shader::InvalidSourceException& exc) in test()8108 catch (Utils::Shader::InvalidSourceException& exc) in test()