Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.hpp110 class FboIncompleteException : public tcu::TestError class
113 FboIncompleteException (deUint32 reason, const char* file, int line);
114 virtual ~FboIncompleteException (void) throw() {} in ~FboIncompleteException()
Des31fFboTestCase.cpp96 catch (const FboTestUtil::FboIncompleteException& e) in iterate()
145 throw FboTestUtil::FboIncompleteException(status, __FILE__, __LINE__); in checkFramebufferStatus()
Des31fFboTestUtil.cpp479 FboIncompleteException::FboIncompleteException (deUint32 reason, const char* file, int line) in FboIncompleteException() function in deqp::gles31::Functional::FboTestUtil::FboIncompleteException
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.hpp200 class FboIncompleteException : public tcu::TestError class
203 FboIncompleteException (deUint32 reason, const char* file, int line);
204 virtual ~FboIncompleteException (void) throw() {} in ~FboIncompleteException()
Des3fFboTestCase.cpp94 catch (const FboTestUtil::FboIncompleteException& e) in iterate()
141 throw FboTestUtil::FboIncompleteException(status, __FILE__, __LINE__); in checkFramebufferStatus()
Des3fFboRenderTest.cpp330 throw FboIncompleteException(status, __FILE__, __LINE__); in checkCompleteness()
455 catch (const FboIncompleteException& e) in iterate()
791 throw FboIncompleteException(status, __FILE__, __LINE__); in render()
Des3fFboTestUtil.cpp925 FboIncompleteException::FboIncompleteException (deUint32 reason, const char* file, int line) in FboIncompleteException() function in deqp::gles3::Functional::FboTestUtil::FboIncompleteException
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp319 class FboIncompleteException : public tcu::TestError class
322 FboIncompleteException (const FboConfig& config, GLenum reason, const char* file, int line);
323 virtual ~FboIncompleteException (void) throw() {} in ~FboIncompleteException()
346 FboIncompleteException::FboIncompleteException (const FboConfig& config, GLenum reason, const char*… in FboIncompleteException() function in deqp::gles2::Functional::FboIncompleteException
490 throw FboIncompleteException(m_config, status, __FILE__, __LINE__); in checkCompleteness()
593 catch (const FboIncompleteException& e) in iterate()
1359 throw FboIncompleteException(getConfig(), status, __FILE__, __LINE__); in render()
2026 throw FboIncompleteException(getConfig(), status, __FILE__, __LINE__); in render()