Home | History | Annotate | Download | only in functional

Lines Matching defs:FboIncompleteException

319 class FboIncompleteException : public tcu::TestError
322 FboIncompleteException (const FboConfig& config, GLenum reason, const char* file, int line);
323 virtual ~FboIncompleteException (void) throw() {}
346 FboIncompleteException::FboIncompleteException (const FboConfig& config, GLenum reason, const char* file, int line)
490 throw FboIncompleteException(m_config, status, __FILE__, __LINE__);
593 catch (const FboIncompleteException& e)
1359 throw FboIncompleteException(getConfig(), status, __FILE__, __LINE__);