Home
last modified time | relevance | path

Searched refs:TestCaseWrapper (Results 1 – 22 of 22) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcConfigPackage.cpp35 class TestCaseWrapper : public tcu::TestCaseExecutor class
38 TestCaseWrapper(void);
39 ~TestCaseWrapper(void);
46 TestCaseWrapper::TestCaseWrapper(void) in TestCaseWrapper() function in glcts::config::TestCaseWrapper
50 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
54 void TestCaseWrapper::init(tcu::TestCase *testCase, const std::string &) in init()
59 void TestCaseWrapper::deinit(tcu::TestCase *testCase) in deinit()
64 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase *testCase) in iterate()
83 return new config::TestCaseWrapper(); in createExecutor()
DglcNoDefaultContextPackage.cpp37 class TestCaseWrapper : public tcu::TestCaseExecutor class
40 TestCaseWrapper(void);
41 ~TestCaseWrapper(void);
48 TestCaseWrapper::TestCaseWrapper(void) in TestCaseWrapper() function in glcts::nodefaultcontext::TestCaseWrapper
52 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
56 void TestCaseWrapper::init(tcu::TestCase *testCase, const std::string &) in init()
61 void TestCaseWrapper::deinit(tcu::TestCase *testCase) in deinit()
66 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase *testCase) in iterate()
85 return new nodefaultcontext::TestCaseWrapper(); in createExecutor()
DglcSingleConfigTestPackage.cpp40 class TestCaseWrapper : public tcu::TestCaseExecutor class
43 TestCaseWrapper(deqp::TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
44 ~TestCaseWrapper(void);
55 TestCaseWrapper::TestCaseWrapper(deqp::TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverM… in TestCaseWrapper() function in glcts::TestCaseWrapper
61 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
65 void TestCaseWrapper::init(tcu::TestCase *testCase, const std::string &path) in init()
73 void TestCaseWrapper::deinit(tcu::TestCase *testCase) in deinit()
80 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase *testCase) in iterate()
144 return new TestCaseWrapper(const_cast<SingleConfigGL43TestPackage &>(*this), m_waiverMechanism); in createExecutor()
260 return new TestCaseWrapper(const_cast<SingleConfigES32TestPackage &>(*this), m_waiverMechanism); in createExecutor()
DglcTestCaseWrapper.cpp36 TestCaseWrapper::TestCaseWrapper(Context &context) : m_testCtx(context.getTestContext()), m_context… in TestCaseWrapper() function in deqp::TestCaseWrapper
40 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
44 bool TestCaseWrapper::initTestCase(tcu::TestCase *testCase) in initTestCase()
105 bool TestCaseWrapper::deinitTestCase(tcu::TestCase *testCase) in deinitTestCase()
135 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase(tcu::TestCase *testCase) in iterateTestCase()
DglcTestCaseWrapper.hpp35 class TestCaseWrapper class
38 TestCaseWrapper(Context &context);
39 virtual ~TestCaseWrapper(void);
DglcTestPackage.hpp52 TestCaseWrapper &getTestCaseWrapper(void) in getTestCaseWrapper()
59 TestCaseWrapper m_caseWrapper;
72 TestCaseWrapper &getTestCaseWrapper(void) in getTestCaseWrapper()
/external/deqp/modules/gles3/
Dtes3TestCaseWrapper.hpp37 class TestCaseWrapper : public tcu::TestCaseExecutor class
40 TestCaseWrapper(TEST_PACKAGE &package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
41 ~TestCaseWrapper(void);
53 TestCaseWrapper<TEST_PACKAGE>::TestCaseWrapper(TEST_PACKAGE &package, de::SharedPtr<tcu::WaiverUtil… in TestCaseWrapper() function in deqp::gles3::TestCaseWrapper
60 TestCaseWrapper<TEST_PACKAGE>::~TestCaseWrapper(void) in ~TestCaseWrapper()
65 void TestCaseWrapper<TEST_PACKAGE>::init(tcu::TestCase *testCase, const std::string &path) in init()
74 void TestCaseWrapper<TEST_PACKAGE>::deinit(tcu::TestCase *testCase) in deinit()
83 tcu::TestNode::IterateResult TestCaseWrapper<TEST_PACKAGE>::iterate(tcu::TestCase *testCase) in iterate()
Dtes3TestPackage.cpp44 class TestCaseWrapper : public tcu::TestCaseExecutor class
47 TestCaseWrapper(TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
48 ~TestCaseWrapper(void);
59 TestCaseWrapper::TestCaseWrapper(TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMechani… in TestCaseWrapper() function in deqp::gles3::TestCaseWrapper
65 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
69 void TestCaseWrapper::init(tcu::TestCase *testCase, const std::string &path) in init()
77 void TestCaseWrapper::deinit(tcu::TestCase *testCase) in deinit()
85 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase *testCase) in iterate()
180 return new TestCaseWrapper(const_cast<TestPackage &>(*this), m_waiverMechanism); in createExecutor()
Dtgl45es3TestPackage.cpp98 …return new TestCaseWrapper<TestPackageGL45ES3>(const_cast<TestPackageGL45ES3 &>(*this), m_waiverMe… in createExecutor()
/external/deqp/modules/gles31/
Dtes31TestCaseWrapper.hpp37 class TestCaseWrapper : public tcu::TestCaseExecutor class
40 TestCaseWrapper(TEST_PACKAGE &package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
41 ~TestCaseWrapper(void);
53 TestCaseWrapper<TEST_PACKAGE>::TestCaseWrapper(TEST_PACKAGE &package, de::SharedPtr<tcu::WaiverUtil… in TestCaseWrapper() function in deqp::gles31::TestCaseWrapper
60 TestCaseWrapper<TEST_PACKAGE>::~TestCaseWrapper(void) in ~TestCaseWrapper()
65 void TestCaseWrapper<TEST_PACKAGE>::init(tcu::TestCase *testCase, const std::string &path) in init()
74 void TestCaseWrapper<TEST_PACKAGE>::deinit(tcu::TestCase *testCase) in deinit()
83 tcu::TestNode::IterateResult TestCaseWrapper<TEST_PACKAGE>::iterate(tcu::TestCase *testCase) in iterate()
Dtgl45es31TestPackage.cpp98 …return new TestCaseWrapper<TestPackageGL45ES31>(const_cast<TestPackageGL45ES31 &>(*this), m_waiver… in createExecutor()
Dtes31TestPackage.cpp108 return new TestCaseWrapper<TestPackage>(const_cast<TestPackage &>(*this), m_waiverMechanism); in createExecutor()
/external/deqp/external/openglcts/modules/gles2/
Des2cTestPackage.cpp41 class TestCaseWrapper : public tcu::TestCaseExecutor class
44 TestCaseWrapper(TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
45 ~TestCaseWrapper(void);
56 TestCaseWrapper::TestCaseWrapper(TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMechani… in TestCaseWrapper() function in es2cts::TestCaseWrapper
62 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
66 void TestCaseWrapper::init(tcu::TestCase *testCase, const std::string &path) in init()
76 void TestCaseWrapper::deinit(tcu::TestCase *testCase) in deinit()
83 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase *testCase) in iterate()
166 return new TestCaseWrapper(const_cast<TestPackage &>(*this), m_waiverMechanism); in createExecutor()
/external/deqp/external/openglcts/modules/glesext/
DesextcTestPackage.cpp45 class TestCaseWrapper : public tcu::TestCaseExecutor class
48 TestCaseWrapper(ESEXTTestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
49 ~TestCaseWrapper(void);
60 TestCaseWrapper::TestCaseWrapper(ESEXTTestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMe… in TestCaseWrapper() function in esextcts::TestCaseWrapper
66 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
70 void TestCaseWrapper::init(tcu::TestCase *testCase, const std::string &path) in init()
80 void TestCaseWrapper::deinit(tcu::TestCase *testCase) in deinit()
87 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase *testCase) in iterate()
163 return new TestCaseWrapper(const_cast<ESEXTTestPackage &>(*this), m_waiverMechanism); in createExecutor()
/external/deqp/modules/gles2/
Dtes2TestPackage.cpp46 class TestCaseWrapper : public tcu::TestCaseExecutor class
49 TestCaseWrapper(TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
50 ~TestCaseWrapper(void);
61 TestCaseWrapper::TestCaseWrapper(TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMechani… in TestCaseWrapper() function in deqp::gles2::TestCaseWrapper
67 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
71 void TestCaseWrapper::init(tcu::TestCase *testCase, const std::string &path) in init()
79 void TestCaseWrapper::deinit(tcu::TestCase *testCase) in deinit()
87 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase *testCase) in iterate()
183 return new TestCaseWrapper(const_cast<TestPackage &>(*this), m_waiverMechanism); in createExecutor()
/external/deqp/external/openglcts/modules/gles32/
Des32cTestPackage.cpp65 class TestCaseWrapper : public tcu::TestCaseExecutor class
68 TestCaseWrapper(ES32TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
69 ~TestCaseWrapper(void);
80 TestCaseWrapper::TestCaseWrapper(ES32TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMec… in TestCaseWrapper() function in es32cts::TestCaseWrapper
86 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
90 void TestCaseWrapper::init(tcu::TestCase *testCase, const std::string &path) in init()
100 void TestCaseWrapper::deinit(tcu::TestCase *testCase) in deinit()
107 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase *testCase) in iterate()
201 return new TestCaseWrapper(const_cast<ES32TestPackage &>(*this), m_waiverMechanism); in createExecutor()
/external/deqp/external/openglcts/modules/gles3/
Des3cTestPackage.cpp70 class TestCaseWrapper : public tcu::TestCaseExecutor class
73 TestCaseWrapper(ES30TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
74 ~TestCaseWrapper(void);
85 TestCaseWrapper::TestCaseWrapper(ES30TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMec… in TestCaseWrapper() function in es3cts::TestCaseWrapper
91 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
95 void TestCaseWrapper::init(tcu::TestCase *testCase, const std::string &path) in init()
105 void TestCaseWrapper::deinit(tcu::TestCase *testCase) in deinit()
112 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase *testCase) in iterate()
227 return new TestCaseWrapper(const_cast<ES30TestPackage &>(*this), m_waiverMechanism); in createExecutor()
/external/deqp/external/openglcts/modules/gles31/
Des31cTestPackage.cpp83 class TestCaseWrapper : public tcu::TestCaseExecutor class
86 TestCaseWrapper(ES31TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
87 ~TestCaseWrapper(void);
98 TestCaseWrapper::TestCaseWrapper(ES31TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMec… in TestCaseWrapper() function in es31cts::TestCaseWrapper
104 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
108 void TestCaseWrapper::init(tcu::TestCase *testCase, const std::string &path) in init()
118 void TestCaseWrapper::deinit(tcu::TestCase *testCase) in deinit()
125 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase *testCase) in iterate()
252 return new TestCaseWrapper(const_cast<ES31TestPackage &>(*this), m_waiverMechanism); in createExecutor()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTestPackages.cpp76 TestCaseWrapper::TestCaseWrapper(deqp::TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverM… in TestCaseWrapper() function in gl3cts::TestCaseWrapper
82 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
86 void TestCaseWrapper::init(tcu::TestCase *testCase, const std::string &path) in init()
94 void TestCaseWrapper::deinit(tcu::TestCase *testCase) in deinit()
102 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase *testCase) in iterate()
213 return new TestCaseWrapper(const_cast<GL30TestPackage &>(*this), m_waiverMechanism); in createExecutor()
Dgl3cTestPackages.hpp35 class TestCaseWrapper : public tcu::TestCaseExecutor class
38 TestCaseWrapper(deqp::TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
39 ~TestCaseWrapper(void);
Dgl4cTestPackages.cpp273 … return new gl3cts::TestCaseWrapper(const_cast<GL42CompatTestPackage &>(*this), m_waiverMechanism); in createExecutor()
/external/deqp/modules/egl/
DteglTestPackage.cpp148 class TestCaseWrapper : public tcu::TestCaseExecutor class
151 TestCaseWrapper(void) in TestCaseWrapper() function in deqp::egl::TestCaseWrapper
155 ~TestCaseWrapper(void) in ~TestCaseWrapper()
226 return new TestCaseWrapper(); in createExecutor()