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

  /external/deqp/external/openglcts/modules/common/
glcTestCase.hpp 34 class TestCaseGroup : public tcu::TestCaseGroup
37 TestCaseGroup(Context& context, const char* name, const char* description);
38 TestCaseGroup(Context& context, const char* name, const char* description, const std::vector<TestNode*>& children);
40 virtual ~TestCaseGroup(void)
66 inline TestCaseGroup::TestCaseGroup(Context& context, const char* name, const char* description)
67 : tcu::TestCaseGroup(context.getTestContext(), name, description), m_context(context)
71 inline TestCaseGroup::TestCaseGroup(Context& context, const char* name, const char* description
    [all...]
  /external/deqp/framework/common/
tcuTestCase.cpp 111 // TestCaseGroup
113 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description)
118 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const vector<TestNode*>& children)
123 TestCaseGroup::~TestCaseGroup (void)
127 TestCase::IterateResult TestCaseGroup::iterate (void)
130 throw InternalError("TestCaseGroup::iterate() called!", "", __FILE__, __LINE__);
tcuTestCase.hpp 141 class TestCaseGroup : public TestNode
144 TestCaseGroup (TestContext& testCtx, const char* name, const char* description);
145 TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const std::vector<TestNode*>& children);
146 virtual ~TestCaseGroup (void);
  /external/deqp/modules/egl/
teglTestCase.cpp 76 TestCaseGroup::TestCaseGroup (EglTestContext& eglTestCtx, const char* name, const char* description)
77 : tcu::TestCaseGroup (eglTestCtx.getTestContext(), name, description)
82 TestCaseGroup::~TestCaseGroup (void)
teglTestCase.hpp 84 class TestCaseGroup : public tcu::TestCaseGroup
87 TestCaseGroup (EglTestContext& eglTestCtx, const char* name, const char* description);
88 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...]

Completed in 118 milliseconds