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

  /external/deqp/framework/common/
tcuTestCase.cpp 104 // TestCaseGroup
106 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description)
111 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const vector<TestNode*>& children)
116 TestCaseGroup::~TestCaseGroup (void)
120 TestCase::IterateResult TestCaseGroup::iterate (void)
123 throw InternalError("TestCaseGroup::iterate() called!", "", __FILE__, __LINE__);
tcuTestCase.hpp 119 class TestCaseGroup : public TestNode
122 TestCaseGroup (TestContext& testCtx, const char* name, const char* description);
123 TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const std::vector<TestNode*>& children);
124 virtual ~TestCaseGroup (void);
  /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/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 405 milliseconds