Searched refs:CompilationException (Results 1 – 2 of 2) sorted by relevance
357 class CompilationException : public std::exception class in gl4cts::EnhancedLayouts::Utils::Shader360 CompilationException(const glw::GLchar* message);362 virtual ~CompilationException() throw() in ~CompilationException()
2342 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::CompilationException2540 const char* Shader::CompilationException::what() const throw() in what()