Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
145 return new TestCaseWrapper(const_cast<SingleConfigGL43TestPackage&>(*this), m_waiverMechanism); in createExecutor()
265 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()
/third_party/vk-gl-cts/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::WaiverUti… 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()
Dtgl45TestPackage.cpp98 …return new TestCaseWrapper<TestPackageGL45>(const_cast<TestPackageGL45&>(*this), m_waiverMechanism… in createExecutor()
Dtes31TestPackage.cpp108 return new TestCaseWrapper<TestPackage>(const_cast<TestPackage&>(*this), m_waiverMechanism); in createExecutor()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/
DesextcTestPackage.cpp44 class TestCaseWrapper : public tcu::TestCaseExecutor class
47 TestCaseWrapper(ESEXTTestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
48 ~TestCaseWrapper(void);
59 TestCaseWrapper::TestCaseWrapper(ESEXTTestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMe… in TestCaseWrapper() function in esextcts::TestCaseWrapper
64 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
68 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
78 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
85 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
160 return new TestCaseWrapper(const_cast<ESEXTTestPackage&>(*this), m_waiverMechanism); in createExecutor()
/third_party/vk-gl-cts/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> waiverMechan… 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()
/third_party/vk-gl-cts/modules/gles3/
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> waiverMechan… 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()
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
Des3cTestPackage.cpp59 class TestCaseWrapper : public tcu::TestCaseExecutor class
62 TestCaseWrapper(ES30TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
63 ~TestCaseWrapper(void);
74 TestCaseWrapper::TestCaseWrapper(ES30TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMec… in TestCaseWrapper() function in es3cts::TestCaseWrapper
79 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
83 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
93 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
100 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
204 return new TestCaseWrapper(const_cast<ES30TestPackage&>(*this), m_waiverMechanism); in createExecutor()
/third_party/vk-gl-cts/external/openglcts/modules/gles32/
Des32cTestPackage.cpp64 class TestCaseWrapper : public tcu::TestCaseExecutor class
67 TestCaseWrapper(ES32TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism);
68 ~TestCaseWrapper(void);
79 TestCaseWrapper::TestCaseWrapper(ES32TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMec… in TestCaseWrapper() function in es32cts::TestCaseWrapper
85 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
89 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
99 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
106 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
198 return new TestCaseWrapper(const_cast<ES32TestPackage&>(*this), m_waiverMechanism); in createExecutor()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
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
101 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
105 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
115 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
122 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
247 return new TestCaseWrapper(const_cast<ES31TestPackage&>(*this), m_waiverMechanism); in createExecutor()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTestPackages.cpp60 TestCaseWrapper::TestCaseWrapper(deqp::TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverM… in TestCaseWrapper() function in gl3cts::TestCaseWrapper
66 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
70 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
78 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
86 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
172 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.cpp271 return new gl3cts::TestCaseWrapper(const_cast<GL42CompatTestPackage&>(*this), m_waiverMechanism); in createExecutor()
/third_party/vk-gl-cts/modules/egl/
DteglTestPackage.cpp151 class TestCaseWrapper : public tcu::TestCaseExecutor class
154 TestCaseWrapper (void) in TestCaseWrapper() function in deqp::egl::TestCaseWrapper
158 ~TestCaseWrapper (void) in ~TestCaseWrapper()
228 return new TestCaseWrapper(); in createExecutor()