Home | History | Annotate | Download | only in gles31

Lines Matching defs:TestCaseGroup

35 class TestCaseGroup : public tcu::TestCaseGroup
38 TestCaseGroup (Context& context, const char* name, const char* description);
39 TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& children);
40 virtual ~TestCaseGroup (void) {}
59 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description)
60 : tcu::TestCaseGroup (context.getTestContext(), name, description)
65 inline TestCaseGroup::TestCaseGroup (Context& context, const char* name, const char* description, const std::vector<TestNode*>& children)
66 : tcu::TestCaseGroup (context.getTestContext(), name, description, children)