HomeSort by relevance Sort by last modified time
    Searched refs:FboIncompleteException (Results 1 - 8 of 8) sorted by null

  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.hpp 110 class FboIncompleteException : public tcu::TestError
113 FboIncompleteException (deUint32 reason, const char* file, int line);
114 virtual ~FboIncompleteException (void) throw() {}
es31fFboTestCase.cpp 96 catch (const FboTestUtil::FboIncompleteException& e)
145 throw FboTestUtil::FboIncompleteException(status, __FILE__, __LINE__);
es31fFboTestUtil.cpp 479 FboIncompleteException::FboIncompleteException (deUint32 reason, const char* file, int line)
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.hpp 200 class FboIncompleteException : public tcu::TestError
203 FboIncompleteException (deUint32 reason, const char* file, int line);
204 virtual ~FboIncompleteException (void) throw() {}
es3fFboTestCase.cpp 94 catch (const FboTestUtil::FboIncompleteException& e)
141 throw FboTestUtil::FboIncompleteException(status, __FILE__, __LINE__);
es3fFboTestUtil.cpp     [all...]
es3fFboRenderTest.cpp 332 throw FboIncompleteException(status, __FILE__, __LINE__);
457 catch (const FboIncompleteException& e)
793 throw FboIncompleteException(status, __FILE__, __LINE__);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 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)
    [all...]

Completed in 159 milliseconds