Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A 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()
H A Dgl4cEnhancedLayoutsTests.cpp2751 catch (const LinkageException& exc) in Init()
3032 throw LinkageException(message.c_str()); in Link()
3219 Program::LinkageException::LinkageException(const glw::GLchar* message) : m_error_message(message) in LinkageException() function in gl4cts::EnhancedLayouts::Utils::Program::LinkageException
3228 const char* Program::LinkageException::what() const throw() in what()

Completed in 34 milliseconds