Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A 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()
H A DglcViewportArrayTests.cpp267 Utils::programLinkageException::programLinkageException(const glw::GLchar *message) : m_error_messa… in programLinkageException() function in glcts::ViewportArray::Utils::programLinkageException
272 const char *Utils::programLinkageException::what() const throw() in what()
594 throw programLinkageException(&message[0]); in link()
2593 catch (Utils::programLinkageException &exc) in iterate()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A 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()
H A Dgl4cShadingLanguage420PackTests.cpp1777 catch (Utils::programLinkageException &exc) in testCompute()
1836 catch (Utils::programLinkageException &exc) in testDrawArray()
2061 catch (Utils::programLinkageException &exc) in testCompute()
2164 catch (Utils::programLinkageException &exc) in testDrawArray()
2266 catch (Utils::programLinkageException &exc) in testCompute()
2317 catch (Utils::programLinkageException &exc) in testDrawArray()
17866 Utils::programLinkageException::programLinkageException(const glw::GLchar *message) : m_error_messa… in programLinkageException() function in gl4cts::GLSL420Pack::Utils::programLinkageException
17871 const char *Utils::programLinkageException::what() const throw() in what()
18306 throw programLinkageException(&message[0]); in link()