Searched refs:FboIncompleteException (Results 1 - 8 of 8) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fFboTestUtil.hpp110 class FboIncompleteException : public tcu::TestError class in namespace:deqp::gles31::Functional::FboTestUtil
113 FboIncompleteException (deUint32 reason, const char* file, int line);
114 virtual ~FboIncompleteException (void) throw() {}
H A Des31fFboTestCase.cpp96 catch (const FboTestUtil::FboIncompleteException& e)
145 throw FboTestUtil::FboIncompleteException(status, __FILE__, __LINE__);
H A Des31fFboTestUtil.cpp473 FboIncompleteException::FboIncompleteException (deUint32 reason, const char* file, int line) function in class:deqp::gles31::Functional::FboTestUtil::FboIncompleteException
/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.hpp200 class FboIncompleteException : public tcu::TestError class in namespace:deqp::gles3::Functional::FboTestUtil
203 FboIncompleteException (deUint32 reason, const char* file, int line);
204 virtual ~FboIncompleteException (void) throw() {}
H A Des3fFboTestCase.cpp94 catch (const FboTestUtil::FboIncompleteException& e)
141 throw FboTestUtil::FboIncompleteException(status, __FILE__, __LINE__);
H A Des3fFboTestUtil.cpp925 FboIncompleteException::FboIncompleteException (deUint32 reason, const char* file, int line) function in class:deqp::gles3::Functional::FboTestUtil::FboIncompleteException
H A Des3fFboRenderTest.cpp330 throw FboIncompleteException(status, __FILE__, __LINE__);
455 catch (const FboIncompleteException& e)
791 throw FboIncompleteException(status, __FILE__, __LINE__);
/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp319 class FboIncompleteException : public tcu::TestError class in namespace:deqp::gles2::Functional
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) function in class:deqp::gles2::Functional::FboIncompleteException
490 throw FboIncompleteException(m_config, status, __FILE__, __LINE__);
593 catch (const FboIncompleteException& e)
1359 throw FboIncompleteException(getConfig(), status, __FILE__, __LINE__);

Completed in 226 milliseconds