Home | History | Annotate | Download | only in gles3

Lines Matching refs:TestCaseWrapper

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