Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp302 class InvalidSourceException : public std::exception class in gl4cts::EnhancedLayouts::Utils::Shader
305 InvalidSourceException(const glw::GLchar* error_message, const std::string& source, STAGES stage);
307 virtual ~InvalidSourceException() throw() in ~InvalidSourceException()
Dgl4cEnhancedLayoutsTests.cpp2285 throw InvalidSourceException(exc.what(), source, stage); in Init()
2490 Shader::InvalidSourceException::InvalidSourceException(const GLchar* error_message, const std::stri… in InvalidSourceException() function in gl4cts::EnhancedLayouts::Utils::Shader::InvalidSourceException
2500 const char* Shader::InvalidSourceException::what() const throw() in what()
2506 void Shader::InvalidSourceException::log(deqp::Context& context) const in log()
5801 catch (Utils::Shader::InvalidSourceException& exc) in test()
6158 catch (Utils::Shader::InvalidSourceException& exc) in test()
6231 catch (Utils::Shader::InvalidSourceException& exc) in test()
7495 catch (Utils::Shader::InvalidSourceException& exc) in test()
8012 catch (Utils::Shader::InvalidSourceException& exc) in test()