Searched defs:TestCaseWrapper (Results 1 - 14 of 14) sorted by relevance

/external/deqp/external/openglcts/modules/common/
H A DglcTestCaseWrapper.hpp35 class TestCaseWrapper class in namespace:deqp
38 TestCaseWrapper(Context& context);
39 virtual ~TestCaseWrapper(void);
H A DglcTestCaseWrapper.cpp36 TestCaseWrapper::TestCaseWrapper(Context& context) : m_testCtx(context.getTestContext()), m_context(context) function in class:deqp::TestCaseWrapper
40 TestCaseWrapper::~TestCaseWrapper(void)
44 bool TestCaseWrapper::initTestCase(tcu::TestCase* testCase)
105 bool TestCaseWrapper::deinitTestCase(tcu::TestCase* testCase)
135 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase(tcu::TestCase* testCase)
H A DglcConfigPackage.cpp35 class TestCaseWrapper : public tcu::TestCaseExecutor class in namespace:glcts::config
38 TestCaseWrapper(void);
39 ~TestCaseWrapper(void);
46 TestCaseWrapper::TestCaseWrapper(void) function in class:glcts::config::TestCaseWrapper
50 TestCaseWrapper::~TestCaseWrapper(void)
54 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
59 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
64 tcu::TestNode::IterateResult TestCaseWrapper
[all...]
H A DglcNoDefaultContextPackage.cpp34 class TestCaseWrapper : public tcu::TestCaseExecutor class in namespace:glcts::nodefaultcontext
37 TestCaseWrapper(void);
38 ~TestCaseWrapper(void);
45 TestCaseWrapper::TestCaseWrapper(void) function in class:glcts::nodefaultcontext::TestCaseWrapper
49 TestCaseWrapper::~TestCaseWrapper(void)
53 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
58 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
63 tcu::TestNode::IterateResult TestCaseWrapper
[all...]
/external/deqp/modules/gles31/
H A Dtes31TestPackage.cpp37 class TestCaseWrapper : public tcu::TestCaseExecutor class in namespace:deqp::gles31
40 TestCaseWrapper (TestPackage& package);
41 ~TestCaseWrapper (void);
51 TestCaseWrapper::TestCaseWrapper (TestPackage& package) function in class:deqp::gles31::TestCaseWrapper
56 TestCaseWrapper::~TestCaseWrapper (void)
60 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string&)
65 void TestCaseWrapper::deinit (tcu::TestCase* testCase)
73 tcu::TestNode::IterateResult TestCaseWrapper
[all...]
/external/deqp/external/openglcts/modules/gles2/
H A Des2cTestPackage.cpp37 class TestCaseWrapper : public tcu::TestCaseExecutor class in namespace:es2cts
40 TestCaseWrapper(TestPackage& package);
41 ~TestCaseWrapper(void);
51 TestCaseWrapper::TestCaseWrapper(TestPackage& package) : m_testPackage(package) function in class:es2cts::TestCaseWrapper
55 TestCaseWrapper::~TestCaseWrapper(void)
59 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
66 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
73 tcu::TestNode::IterateResult TestCaseWrapper
[all...]
/external/deqp/external/openglcts/modules/gles3/
H A Des3cTestPackage.cpp48 class TestCaseWrapper : public tcu::TestCaseExecutor class in namespace:es3cts
51 TestCaseWrapper(ES30TestPackage& package);
52 ~TestCaseWrapper(void);
62 TestCaseWrapper::TestCaseWrapper(ES30TestPackage& package) : m_testPackage(package) function in class:es3cts::TestCaseWrapper
66 TestCaseWrapper::~TestCaseWrapper(void)
70 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
77 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
84 tcu::TestNode::IterateResult TestCaseWrapper
[all...]
/external/deqp/external/openglcts/modules/gles31/
H A Des31cTestPackage.cpp68 class TestCaseWrapper : public tcu::TestCaseExecutor class in namespace:es31cts
71 TestCaseWrapper(ES31TestPackage& package);
72 ~TestCaseWrapper(void);
82 TestCaseWrapper::TestCaseWrapper(ES31TestPackage& package) : m_testPackage(package) function in class:es31cts::TestCaseWrapper
86 TestCaseWrapper::~TestCaseWrapper(void)
90 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
97 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
104 tcu::TestNode::IterateResult TestCaseWrapper
[all...]
/external/deqp/external/openglcts/modules/gles32/
H A Des32cTestPackage.cpp56 class TestCaseWrapper : public tcu::TestCaseExecutor class in namespace:es32cts
59 TestCaseWrapper(ES32TestPackage& package);
60 ~TestCaseWrapper(void);
70 TestCaseWrapper::TestCaseWrapper(ES32TestPackage& package) : m_testPackage(package) function in class:es32cts::TestCaseWrapper
74 TestCaseWrapper::~TestCaseWrapper(void)
78 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
83 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
90 tcu::TestNode::IterateResult TestCaseWrapper
[all...]
/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestPackage.cpp42 class TestCaseWrapper : public tcu::TestCaseExecutor class in namespace:esextcts
45 TestCaseWrapper(ESEXTTestPackage& package);
46 ~TestCaseWrapper(void);
56 TestCaseWrapper::TestCaseWrapper(ESEXTTestPackage& package) : m_testPackage(package) function in class:esextcts::TestCaseWrapper
60 TestCaseWrapper::~TestCaseWrapper(void)
64 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
71 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
78 tcu::TestNode::IterateResult TestCaseWrapper
[all...]
/external/deqp/modules/egl/
H A DteglTestPackage.cpp151 class TestCaseWrapper : public tcu::TestCaseExecutor class in namespace:deqp::egl
154 TestCaseWrapper (void) function in class:deqp::egl::TestCaseWrapper
158 ~TestCaseWrapper (void)
228 return new TestCaseWrapper();
/external/deqp/modules/gles2/
H A Dtes2TestPackage.cpp42 class TestCaseWrapper : public tcu::TestCaseExecutor class in namespace:deqp::gles2
45 TestCaseWrapper (TestPackage& package);
46 ~TestCaseWrapper (void);
56 TestCaseWrapper::TestCaseWrapper (TestPackage& package) function in class:deqp::gles2::TestCaseWrapper
61 TestCaseWrapper::~TestCaseWrapper (void)
65 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string&)
70 void TestCaseWrapper::deinit (tcu::TestCase* testCase)
78 tcu::TestNode::IterateResult TestCaseWrapper
[all...]
/external/deqp/modules/gles3/
H A Dtes3TestPackage.cpp41 class TestCaseWrapper : public tcu::TestCaseExecutor class in namespace:deqp::gles3
44 TestCaseWrapper (TestPackage& package);
45 ~TestCaseWrapper (void);
55 TestCaseWrapper::TestCaseWrapper (TestPackage& package) function in class:deqp::gles3::TestCaseWrapper
60 TestCaseWrapper::~TestCaseWrapper (void)
64 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string&)
69 void TestCaseWrapper::deinit (tcu::TestCase* testCase)
77 tcu::TestNode::IterateResult TestCaseWrapper
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTestPackages.cpp52 class TestCaseWrapper : public tcu::TestCaseExecutor class in namespace:gl3cts
55 TestCaseWrapper(GL30TestPackage& package);
56 ~TestCaseWrapper(void);
66 TestCaseWrapper::TestCaseWrapper(GL30TestPackage& package) : m_testPackage(package) function in class:gl3cts::TestCaseWrapper
70 TestCaseWrapper::~TestCaseWrapper(void)
74 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
79 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
87 tcu::TestNode::IterateResult TestCaseWrapper
[all...]

Completed in 225 milliseconds