Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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> waiverMechanism) 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_PACKAG
[all...]
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> waiverMechanism) 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
[all...]
H A Dtgl45es3TestPackage.cpp98 return new TestCaseWrapper<TestPackageGL45ES3>(const_cast<TestPackageGL45ES3&>(*this), m_waiverMechanism); in createExecutor()
/third_party/vk-gl-cts/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> waiverMechanism) 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_PACKAG
[all...]
H A Dtgl45es31TestPackage.cpp98 return new TestCaseWrapper<TestPackageGL45ES31>(const_cast<TestPackageGL45ES31&>(*this), m_waiverMechanism); in createExecutor()
H A Dtes31TestPackage.cpp108 return new TestCaseWrapper<TestPackage>(const_cast<TestPackage&>(*this), m_waiverMechanism); in createExecutor()
/third_party/vk-gl-cts/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> waiverMechanism) 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
[all...]
/third_party/vk-gl-cts/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
[all...]
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
[all...]
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> waiverMechanism) 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
[all...]
H A DglcTestCaseWrapper.cpp36 TestCaseWrapper::TestCaseWrapper(Context& context) : m_testCtx(context.getTestContext()), m_context(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()
/third_party/vk-gl-cts/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> waiverMechanism) in TestCaseWrapper() function in esextcts::TestCaseWrapper
65 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
69 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
79 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
86 tcu::TestNode::IterateResult TestCaseWrapper
[all...]
/third_party/vk-gl-cts/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> waiverMechanism) 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
[all...]
/third_party/vk-gl-cts/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> waiverMechanism) in TestCaseWrapper() function in es3cts::TestCaseWrapper
80 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper()
84 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init()
94 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit()
101 tcu::TestNode::IterateResult TestCaseWrapper
[all...]
/third_party/vk-gl-cts/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> waiverMechanism) 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
[all...]
/third_party/vk-gl-cts/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> waiverMechanism) 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
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTestPackages.cpp61 TestCaseWrapper::TestCaseWrapper(deqp::TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism) in TestCaseWrapper() function in gl3cts::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()
173 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.cpp271 return new gl3cts::TestCaseWrapper(const_cast<GL42CompatTestPackage&>(*this), m_waiverMechanism); in createExecutor()
/third_party/vk-gl-cts/modules/egl/
H A 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()

Completed in 9 milliseconds