Home | History | Annotate | Download | only in egl

Lines Matching refs:tcu

36 class TestCaseWrapper : public tcu::TestCaseWrapper
42 bool initTestCase (tcu::TestCase* testCase);
43 bool deinitTestCase (tcu::TestCase* testCase);
45 tcu::TestNode::IterateResult iterateTestCase (tcu::TestCase* testCase);
54 PackageContext (tcu::TestContext& testCtx);
58 tcu::TestCaseWrapper& getTestCaseWrapper (void) { return *m_caseWrapper; }
65 class TestPackage : public tcu::TestPackage
68 TestPackage (tcu::TestContext& testCtx);
74 tcu::TestCaseWrapper& getTestCaseWrapper (void) { return m_packageCtx->getTestCaseWrapper(); }
75 tcu::ResourcePrefix& getArchive (void) { return m_archive; }
79 tcu::ResourcePrefix m_archive;