Home
last modified time | relevance | path

Searched refs:CompilationException (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.hpp357 class CompilationException : public std::exception class in gl4cts::EnhancedLayouts::Utils::Shader
360 CompilationException(const glw::GLchar* message);
362 virtual ~CompilationException() throw() in ~CompilationException()
H A Dgl4cEnhancedLayoutsTests.cpp2342 catch (const CompilationException& exc) in Init()
2396 throw CompilationException(message.c_str()); in Compile()
2531 Shader::CompilationException::CompilationException(const GLchar* message) in CompilationException() function in gl4cts::EnhancedLayouts::Utils::Shader::CompilationException
2540 const char* Shader::CompilationException::what() const throw() in what()

Completed in 35 milliseconds