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

  /external/deqp/modules/gles2/
tes2TestCaseWrapper.hpp 35 class TestCaseWrapper : public tcu::TestCaseWrapper
38 TestCaseWrapper (tcu::TestContext& testCtx, glu::RenderContext& renderCtx);
39 virtual ~TestCaseWrapper (void);
tes2TestCaseWrapper.cpp 38 TestCaseWrapper::TestCaseWrapper (tcu::TestContext& testCtx, glu::RenderContext& renderCtx)
39 : tcu::TestCaseWrapper (testCtx)
45 TestCaseWrapper::~TestCaseWrapper (void)
49 bool TestCaseWrapper::initTestCase (tcu::TestCase* testCase)
51 return tcu::TestCaseWrapper::initTestCase(testCase);
54 bool TestCaseWrapper::deinitTestCase (tcu::TestCase* testCase)
58 if (!tcu::TestCaseWrapper::deinitTestCase(testCase))
76 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase (tcu::TestCase* testCase
    [all...]
tes2TestPackage.hpp 44 tcu::TestCaseWrapper& getTestCaseWrapper (void) { return *m_caseWrapper; }
48 TestCaseWrapper* m_caseWrapper;
60 tcu::TestCaseWrapper& getTestCaseWrapper (void) { return m_packageCtx->getTestCaseWrapper(); }
tes2TestPackage.cpp 44 m_caseWrapper = new TestCaseWrapper(testCtx, m_context->getRenderContext());
  /external/deqp/modules/gles3/
tes3TestCaseWrapper.hpp 35 class TestCaseWrapper : public tcu::TestCaseWrapper
38 TestCaseWrapper (tcu::TestContext& testCtx, glu::RenderContext& renderCtx);
39 virtual ~TestCaseWrapper (void);
tes3TestCaseWrapper.cpp 37 TestCaseWrapper::TestCaseWrapper (tcu::TestContext& testCtx, glu::RenderContext& renderCtx)
38 : tcu::TestCaseWrapper (testCtx)
44 TestCaseWrapper::~TestCaseWrapper (void)
48 bool TestCaseWrapper::initTestCase (tcu::TestCase* testCase)
50 return tcu::TestCaseWrapper::initTestCase(testCase);
53 bool TestCaseWrapper::deinitTestCase (tcu::TestCase* testCase)
57 if (!tcu::TestCaseWrapper::deinitTestCase(testCase))
75 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase (tcu::TestCase* testCase
    [all...]
tes3TestPackage.hpp 44 tcu::TestCaseWrapper& getTestCaseWrapper (void) { return *m_caseWrapper; }
48 TestCaseWrapper* m_caseWrapper;
60 tcu::TestCaseWrapper& getTestCaseWrapper (void) { return m_packageCtx->getTestCaseWrapper(); }
tes3TestPackage.cpp 43 m_caseWrapper = new TestCaseWrapper(testCtx, m_context->getRenderContext());
  /external/deqp/modules/gles31/
tes31TestCaseWrapper.hpp 35 class TestCaseWrapper : public tcu::TestCaseWrapper
38 TestCaseWrapper (tcu::TestContext& testCtx, glu::RenderContext& renderCtx);
39 virtual ~TestCaseWrapper (void);
tes31TestCaseWrapper.cpp 37 TestCaseWrapper::TestCaseWrapper (tcu::TestContext& testCtx, glu::RenderContext& renderCtx)
38 : tcu::TestCaseWrapper (testCtx)
44 TestCaseWrapper::~TestCaseWrapper (void)
48 bool TestCaseWrapper::initTestCase (tcu::TestCase* testCase)
50 return tcu::TestCaseWrapper::initTestCase(testCase);
53 bool TestCaseWrapper::deinitTestCase (tcu::TestCase* testCase)
57 if (!tcu::TestCaseWrapper::deinitTestCase(testCase))
75 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase (tcu::TestCase* testCase
    [all...]
tes31TestPackage.hpp 44 tcu::TestCaseWrapper& getTestCaseWrapper (void) { return *m_caseWrapper; }
48 TestCaseWrapper* m_caseWrapper;
60 tcu::TestCaseWrapper& getTestCaseWrapper (void) { return m_packageCtx->getTestCaseWrapper(); }
tes31TestPackage.cpp 41 m_caseWrapper = new TestCaseWrapper(testCtx, m_context->getRenderContext());
  /external/deqp/framework/common/
tcuTestCaseWrapper.hpp 33 class TestCaseWrapper
36 TestCaseWrapper (TestContext& testCtx);
37 virtual ~TestCaseWrapper (void);
tcuTestCaseWrapper.cpp 31 TestCaseWrapper::TestCaseWrapper (TestContext& testCtx)
37 TestCaseWrapper::~TestCaseWrapper (void)
41 bool TestCaseWrapper::initTestCase (TestCase* testCase)
90 bool TestCaseWrapper::deinitTestCase (TestCase* testCase)
115 TestNode::IterateResult TestCaseWrapper::iterateTestCase (TestCase* testCase)
tcuTestExecutor.hpp 159 TestCaseWrapper* m_testCaseWrapper;
tcuTestPackage.hpp 37 * extra customization points. Test package can define custom TestCaseWrapper
51 virtual TestCaseWrapper& getTestCaseWrapper (void) = DE_NULL;
  /external/deqp/modules/egl/
teglTestPackage.hpp 36 class TestCaseWrapper : public tcu::TestCaseWrapper
39 TestCaseWrapper (EglTestContext& eglTestContext);
40 ~TestCaseWrapper (void);
58 tcu::TestCaseWrapper& getTestCaseWrapper (void) { return *m_caseWrapper; }
62 TestCaseWrapper* m_caseWrapper;
74 tcu::TestCaseWrapper& getTestCaseWrapper (void) { return m_packageCtx->getTestCaseWrapper(); }
teglTestPackage.cpp 136 TestCaseWrapper::TestCaseWrapper (EglTestContext& eglTestCtx)
137 : tcu::TestCaseWrapper (eglTestCtx.getTestContext())
142 TestCaseWrapper::~TestCaseWrapper (void)
146 bool TestCaseWrapper::initTestCase (tcu::TestCase* testCase)
162 return tcu::TestCaseWrapper::initTestCase(testCase);
165 bool TestCaseWrapper::deinitTestCase (tcu::TestCase* testCase)
169 bool deinitOk = tcu::TestCaseWrapper::deinitTestCase(testCase);
187 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase (tcu::TestCase* testCase
    [all...]
  /external/deqp/modules/internal/
ditTestPackage.hpp 42 tcu::TestCaseWrapper& getTestCaseWrapper (void) { return m_wrapper; }
46 tcu::TestCaseWrapper m_wrapper;

Completed in 205 milliseconds