Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
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()
DglcViewportArrayTests.cpp255 Utils::shaderCompilationException::shaderCompilationException(const glw::GLchar* source, const glw:… in shaderCompilationException() function in glcts::ViewportArray::Utils::shaderCompilationException
261 const char* Utils::shaderCompilationException::what() const throw() in what()
431 throw shaderCompilationException(source, &message[0]); in compile()
2574 catch (Utils::shaderCompilationException& exc) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
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()
Dgl4cShadingLanguage420PackTests.cpp1779 catch (Utils::shaderCompilationException& exc) in testCompute()
1838 catch (Utils::shaderCompilationException& exc) in testDrawArray()
2063 catch (Utils::shaderCompilationException& exc) in testCompute()
2166 catch (Utils::shaderCompilationException& exc) in testDrawArray()
2273 catch (Utils::shaderCompilationException& exc) in testCompute()
2324 catch (Utils::shaderCompilationException& exc) in testDrawArray()
17881 Utils::shaderCompilationException::shaderCompilationException(const shaderSource& source, const glw… in shaderCompilationException() function in gl4cts::GLSL420Pack::Utils::shaderCompilationException
17887 const char* Utils::shaderCompilationException::what() const throw() in what()
18111 throw shaderCompilationException(source, &message[0]); in compile()