Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp305 class InvalidSourceException : public std::exception class in gl4cts::EnhancedLayouts::Utils::Shader
308 InvalidSourceException(const glw::GLchar* error_message, const std::string& source, STAGES stage);
310 virtual ~InvalidSourceException() throw() in ~InvalidSourceException()
Dgl4cEnhancedLayoutsTests.cpp2342 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::InvalidSourceException
2557 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()