HomeSort by relevance Sort by last modified time
    Searched defs:TestCaseGroup (Results 1 - 7 of 7) sorted by null

  /external/deqp/modules/gles2/
tes2TestCase.hpp 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*>& childr (…)
    [all...]
  /external/deqp/modules/gles3/
tes3TestCase.hpp 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*>& childr (…)
    [all...]
  /external/deqp/modules/gles31/
tes31TestCase.hpp 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*>& childr (…)
    [all...]
  /external/deqp/framework/common/
tcuTestCase.cpp 112 // TestCaseGroup
114 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description)
119 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const vector<TestNode*>& children)
124 TestCaseGroup::~TestCaseGroup (void)
128 TestCase::IterateResult TestCaseGroup::iterate (void)
131 throw InternalError("TestCaseGroup::iterate() called!", "", __FILE__, __LINE__);
tcuTestCase.hpp 111 class TestCaseGroup : public TestNode
114 TestCaseGroup (TestContext& testCtx, const char* name, const char* description);
115 TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const std::vector<TestNode*>& children);
116 virtual ~TestCaseGroup (void);
  /external/deqp/modules/egl/
teglTestCase.cpp 271 TestCaseGroup::TestCaseGroup (EglTestContext& eglTestCtx, const char* name, const char* description)
272 : tcu::TestCaseGroup (eglTestCtx.getTestContext(), name, description)
277 TestCaseGroup::~TestCaseGroup (void)
teglTestCase.hpp 98 class TestCaseGroup : public tcu::TestCaseGroup
101 TestCaseGroup (EglTestContext& eglTestCtx, const char* name, const char* description);
102 virtual ~TestCaseGroup (void);

Completed in 100 milliseconds