Home | History | Annotate | Download | only in gles2

Lines Matching refs:TestCaseWrapper

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)
86 result = tcu::TestCaseWrapper::iterateTestCase(testCase);