Searched refs:programLinkageException (Results 1 - 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp120 class programLinkageException : public std::exception class in class:glcts::ViewportArray::Utils
123 programLinkageException(const glw::GLchar* error_message);
125 virtual ~programLinkageException() throw()
H A DglcViewportArrayTests.cpp266 Utils::programLinkageException::programLinkageException(const glw::GLchar* message) : m_error_message(message) function in class:glcts::ViewportArray::Utils::programLinkageException
271 const char* Utils::programLinkageException::what() const throw()
593 throw programLinkageException(&message[0]);
2587 catch (Utils::programLinkageException& exc)
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.hpp244 class programLinkageException : public std::exception class in class:gl4cts::GLSL420Pack::Utils
247 programLinkageException(const glw::GLchar* error_message);
249 virtual ~programLinkageException() throw()
H A Dgl4cShadingLanguage420PackTests.cpp1763 catch (Utils::programLinkageException& exc)
1822 catch (Utils::programLinkageException& exc)
2047 catch (Utils::programLinkageException& exc)
2150 catch (Utils::programLinkageException& exc)
2252 catch (Utils::programLinkageException& exc)
2303 catch (Utils::programLinkageException& exc)
17818 Utils::programLinkageException::programLinkageException(const glw::GLchar* message) : m_error_message(message) function in class:gl4cts::GLSL420Pack::Utils::programLinkageException
17823 const char* Utils::programLinkageException::what() const throw()
18258 throw programLinkageException(
[all...]

Completed in 203 milliseconds