/external/deqp/modules/gles2/ |
H A D | tes2TestCase.hpp | 35 class TestCaseGroup : public tcu::TestCaseGroup class in namespace:deqp::gles2 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) function in class:deqp::gles2::TestCaseGroup 60 : tcu::TestCaseGroup (context.getTestContext(), name, description) 65 inline TestCaseGroup::TestCaseGroup (Contex function in class:deqp::gles2::TestCaseGroup [all...] |
/external/deqp/modules/gles3/ |
H A D | tes3TestCase.hpp | 35 class TestCaseGroup : public tcu::TestCaseGroup class in namespace:deqp::gles3 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) function in class:deqp::gles3::TestCaseGroup 60 : tcu::TestCaseGroup (context.getTestContext(), name, description) 65 inline TestCaseGroup::TestCaseGroup (Contex function in class:deqp::gles3::TestCaseGroup [all...] |
/external/deqp/modules/gles31/ |
H A D | tes31TestCase.hpp | 35 class TestCaseGroup : public tcu::TestCaseGroup class in namespace:deqp::gles31 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) function in class:deqp::gles31::TestCaseGroup 60 : tcu::TestCaseGroup (context.getTestContext(), name, description) 65 inline TestCaseGroup::TestCaseGroup (Contex function in class:deqp::gles31::TestCaseGroup [all...] |
/external/deqp/framework/common/ |
H A D | tcuTestCase.cpp | 111 // TestCaseGroup 113 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description) function in class:tcu::TestCaseGroup 118 TestCaseGroup::TestCaseGroup (TestContext& testCtx, const char* name, const char* description, const vector<TestNode*>& children) function in class:tcu::TestCaseGroup 123 TestCaseGroup::~TestCaseGroup (void) 127 TestCase::IterateResult TestCaseGroup::iterate (void) 130 throw InternalError("TestCaseGroup::iterate() called!", "", __FILE__, __LINE__);
|
H A D | tcuTestCase.hpp | 141 class TestCaseGroup : public TestNode class in namespace:tcu 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/ |
H A D | teglTestCase.cpp | 76 TestCaseGroup::TestCaseGroup (EglTestContext& eglTestCtx, const char* name, const char* description) function in class:deqp::egl::TestCaseGroup 77 : tcu::TestCaseGroup (eglTestCtx.getTestContext(), name, description) 82 TestCaseGroup::~TestCaseGroup (void)
|
H A D | teglTestCase.hpp | 84 class TestCaseGroup : public tcu::TestCaseGroup class in namespace:deqp::egl 87 TestCaseGroup (EglTestContext& eglTestCtx, const char* name, const char* description); 88 virtual ~TestCaseGroup (void);
|