Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp829 class LinkageException : public std::exception class in gl4cts::EnhancedLayouts::Utils::Program
832 LinkageException(const glw::GLchar* error_message);
834 virtual ~LinkageException() throw() in ~LinkageException()
Dgl4cEnhancedLayoutsTests.cpp2692 catch (const LinkageException& exc) in Init()
2973 throw LinkageException(message.c_str()); in Link()
3160 Program::LinkageException::LinkageException(const glw::GLchar* message) : m_error_message(message) in LinkageException() function in gl4cts::EnhancedLayouts::Utils::Program::LinkageException
3169 const char* Program::LinkageException::what() const throw() in what()