Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcViewportArrayTests.hpp120 class programLinkageException : public std::exception class in glcts::ViewportArray::Utils
123 programLinkageException(const glw::GLchar* error_message);
125 virtual ~programLinkageException() throw() in ~programLinkageException()
DglcViewportArrayTests.cpp266 Utils::programLinkageException::programLinkageException(const glw::GLchar* message) : m_error_messa… in programLinkageException() function in glcts::ViewportArray::Utils::programLinkageException
271 const char* Utils::programLinkageException::what() const throw() in what()
593 throw programLinkageException(&message[0]); in link()
2587 catch (Utils::programLinkageException& exc) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.hpp244 class programLinkageException : public std::exception class in gl4cts::GLSL420Pack::Utils
247 programLinkageException(const glw::GLchar* error_message);
249 virtual ~programLinkageException() throw() in ~programLinkageException()
Dgl4cShadingLanguage420PackTests.cpp1792 catch (Utils::programLinkageException& exc) in testCompute()
1851 catch (Utils::programLinkageException& exc) in testDrawArray()
2076 catch (Utils::programLinkageException& exc) in testCompute()
2179 catch (Utils::programLinkageException& exc) in testDrawArray()
2281 catch (Utils::programLinkageException& exc) in testCompute()
2332 catch (Utils::programLinkageException& exc) in testDrawArray()
17892 Utils::programLinkageException::programLinkageException(const glw::GLchar* message) : m_error_messa… in programLinkageException() function in gl4cts::GLSL420Pack::Utils::programLinkageException
17897 const char* Utils::programLinkageException::what() const throw() in what()
18332 throw programLinkageException(&message[0]); in link()