Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp832 class LinkageException : public std::exception class in gl4cts::EnhancedLayouts::Utils::Program
835 LinkageException(const glw::GLchar* error_message);
837 virtual ~LinkageException() throw() in ~LinkageException()
Dgl4cEnhancedLayoutsTests.cpp2749 catch (const LinkageException& exc) in Init()
3030 throw LinkageException(message.c_str()); in Link()
3217 Program::LinkageException::LinkageException(const glw::GLchar* message) : m_error_message(message) in LinkageException() function in gl4cts::EnhancedLayouts::Utils::Program::LinkageException
3226 const char* Program::LinkageException::what() const throw() in what()