Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A 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()
H A 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()
H A 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()
H A 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()
H A DglcTestCaseWrapper.hpp35 class TestCaseWrapper class
38 TestCaseWrapper(Context &context);
39 virtual ~TestCaseWrapper(void);
H A DglcTestPackage.hpp52 TestCaseWrapper &getTestCaseWrapper(void) in getTestCaseWrapper()
59 TestCaseWrapper m_caseWrapper;
72 TestCaseWrapper &getTestCaseWrapper(void) in getTestCaseWrapper()
/aosp_15_r20/external/deqp/external/openglcts/modules/gles2/
H A 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()
/aosp_15_r20/external/deqp/modules/gles31/
H A 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()
H A Dtgl45es31TestPackage.cpp98 …return new TestCaseWrapper<TestPackageGL45ES31>(const_cast<TestPackageGL45ES31 &>(*this), m_waiver… in createExecutor()
H A Dtes31TestPackage.cpp108 return new TestCaseWrapper<TestPackage>(const_cast<TestPackage &>(*this), m_waiverMechanism); in createExecutor()
/aosp_15_r20/external/deqp/modules/gles3/
H A 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()
H A 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()
H A Dtgl45es3TestPackage.cpp98 …return new TestCaseWrapper<TestPackageGL45ES3>(const_cast<TestPackageGL45ES3 &>(*this), m_waiverMe… in createExecutor()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/
H A 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()
/aosp_15_r20/external/deqp/modules/gles2/
H A 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()
/aosp_15_r20/external/deqp/external/openglcts/modules/gles32/
H A 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()
/aosp_15_r20/external/deqp/external/openglcts/modules/gles3/
H A Des3cTestPackage.cpp60 class TestCaseWrapper : public tcu::TestCaseExecutor class
63 TestCaseWrapper(ES30TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
64 ~TestCaseWrapper(void);
75 TestCaseWrapper::TestCaseWrapper(ES30TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMec… in TestCaseWrapper() function in es3cts::TestCaseWrapper
81 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
85 void TestCaseWrapper::init(tcu::TestCase *testCase, const std::string &path) in init()
95 void TestCaseWrapper::deinit(tcu::TestCase *testCase) in deinit()
102 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase *testCase) in iterate()
207 return new TestCaseWrapper(const_cast<ES30TestPackage &>(*this), m_waiverMechanism); in createExecutor()
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cTestPackage.cpp81 class TestCaseWrapper : public tcu::TestCaseExecutor class
84 TestCaseWrapper(ES31TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
85 ~TestCaseWrapper(void);
96 TestCaseWrapper::TestCaseWrapper(ES31TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMec… in TestCaseWrapper() function in es31cts::TestCaseWrapper
102 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
106 void TestCaseWrapper::init(tcu::TestCase *testCase, const std::string &path) in init()
116 void TestCaseWrapper::deinit(tcu::TestCase *testCase) in deinit()
123 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase *testCase) in iterate()
248 return new TestCaseWrapper(const_cast<ES31TestPackage &>(*this), m_waiverMechanism); in createExecutor()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTestPackages.cpp63 TestCaseWrapper::TestCaseWrapper(deqp::TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverM… in TestCaseWrapper() function in gl3cts::TestCaseWrapper
69 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
73 void TestCaseWrapper::init(tcu::TestCase *testCase, const std::string &path) in init()
81 void TestCaseWrapper::deinit(tcu::TestCase *testCase) in deinit()
89 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase *testCase) in iterate()
188 return new TestCaseWrapper(const_cast<GL30TestPackage &>(*this), m_waiverMechanism); in createExecutor()
H A Dgl3cTestPackages.hpp35 class TestCaseWrapper : public tcu::TestCaseExecutor class
38 TestCaseWrapper(deqp::TestPackage &package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
39 ~TestCaseWrapper(void);
H A Dgl4cTestPackages.cpp272 … return new gl3cts::TestCaseWrapper(const_cast<GL42CompatTestPackage &>(*this), m_waiverMechanism); in createExecutor()
/aosp_15_r20/external/deqp/modules/egl/
H A 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()