Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcViewportArrayTests.hpp105 class shaderCompilationException : public std::exception class in glcts::ViewportArray::Utils
108 shaderCompilationException(const glw::GLchar *source, const glw::GLchar *message);
110 virtual ~shaderCompilationException() throw() in ~shaderCompilationException()
H A DglcViewportArrayTests.cpp255 Utils::shaderCompilationException::shaderCompilationException(const glw::GLchar *source, const glw:… in shaderCompilationException() function in glcts::ViewportArray::Utils::shaderCompilationException
262 const char *Utils::shaderCompilationException::what() const throw() in what()
432 throw shaderCompilationException(source, &message[0]); in compile()
2580 catch (Utils::shaderCompilationException &exc) in iterate()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.hpp229 class shaderCompilationException : public std::exception class in gl4cts::GLSL420Pack::Utils
232 shaderCompilationException(const shaderSource &source, const glw::GLchar *message);
234 virtual ~shaderCompilationException() throw() in ~shaderCompilationException()
H A Dgl4cShadingLanguage420PackTests.cpp1764 catch (Utils::shaderCompilationException &exc) in testCompute()
1823 catch (Utils::shaderCompilationException &exc) in testDrawArray()
2048 catch (Utils::shaderCompilationException &exc) in testCompute()
2151 catch (Utils::shaderCompilationException &exc) in testDrawArray()
2258 catch (Utils::shaderCompilationException &exc) in testCompute()
2309 catch (Utils::shaderCompilationException &exc) in testDrawArray()
17854 Utils::shaderCompilationException::shaderCompilationException(const shaderSource &source, const glw… in shaderCompilationException() function in gl4cts::GLSL420Pack::Utils::shaderCompilationException
17861 const char *Utils::shaderCompilationException::what() const throw() in what()
18085 throw shaderCompilationException(source, &message[0]); in compile()