Searched refs:FboIncompleteException (Results 1 – 8 of 8) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestUtil.hpp | 110 class FboIncompleteException : public tcu::TestError class 113 FboIncompleteException (deUint32 reason, const char* file, int line); 114 virtual ~FboIncompleteException (void) throw() {} in ~FboIncompleteException()
|
D | es31fFboTestCase.cpp | 96 catch (const FboTestUtil::FboIncompleteException& e) in iterate() 145 throw FboTestUtil::FboIncompleteException(status, __FILE__, __LINE__); in checkFramebufferStatus()
|
D | es31fFboTestUtil.cpp | 473 FboIncompleteException::FboIncompleteException (deUint32 reason, const char* file, int line) in FboIncompleteException() function in deqp::gles31::Functional::FboTestUtil::FboIncompleteException
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboTestUtil.hpp | 200 class FboIncompleteException : public tcu::TestError class 203 FboIncompleteException (deUint32 reason, const char* file, int line); 204 virtual ~FboIncompleteException (void) throw() {} in ~FboIncompleteException()
|
D | es3fFboTestCase.cpp | 94 catch (const FboTestUtil::FboIncompleteException& e) in iterate() 141 throw FboTestUtil::FboIncompleteException(status, __FILE__, __LINE__); in checkFramebufferStatus()
|
D | es3fFboRenderTest.cpp | 330 throw FboIncompleteException(status, __FILE__, __LINE__); in checkCompleteness() 455 catch (const FboIncompleteException& e) in iterate() 791 throw FboIncompleteException(status, __FILE__, __LINE__); in render()
|
D | es3fFboTestUtil.cpp | 925 FboIncompleteException::FboIncompleteException (deUint32 reason, const char* file, int line) in FboIncompleteException() function in deqp::gles3::Functional::FboTestUtil::FboIncompleteException
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 319 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()
|