/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcConfigPackage.cpp | 35 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()
|
D | glcNoDefaultContextPackage.cpp | 37 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()
|
D | glcSingleConfigTestPackage.cpp | 40 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()
|
D | glcTestCaseWrapper.cpp | 36 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()
|
D | glcTestCaseWrapper.hpp | 35 class TestCaseWrapper class 38 TestCaseWrapper(Context& context); 39 virtual ~TestCaseWrapper(void);
|
D | glcTestPackage.hpp | 52 TestCaseWrapper& getTestCaseWrapper(void) in getTestCaseWrapper() 59 TestCaseWrapper m_caseWrapper; 72 TestCaseWrapper& getTestCaseWrapper(void) in getTestCaseWrapper()
|
/third_party/vk-gl-cts/modules/gles31/ |
D | tes31TestCaseWrapper.hpp | 37 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()
|
D | tgl45TestPackage.cpp | 98 …return new TestCaseWrapper<TestPackageGL45>(const_cast<TestPackageGL45&>(*this), m_waiverMechanism… in createExecutor()
|
D | tes31TestPackage.cpp | 108 return new TestCaseWrapper<TestPackage>(const_cast<TestPackage&>(*this), m_waiverMechanism); in createExecutor()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
D | es2cTestPackage.cpp | 41 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/ |
D | esextcTestPackage.cpp | 44 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/ |
D | tes2TestPackage.cpp | 46 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/ |
D | tes3TestPackage.cpp | 44 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/ |
D | es3cTestPackage.cpp | 59 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/ |
D | es32cTestPackage.cpp | 64 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/ |
D | es31cTestPackage.cpp | 81 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/ |
D | gl3cTestPackages.cpp | 60 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()
|
D | gl3cTestPackages.hpp | 35 class TestCaseWrapper : public tcu::TestCaseExecutor class 38 TestCaseWrapper(deqp::TestPackage& package, de::SharedPtr<tcu::WaiverUtil> waiverMechanism); 39 ~TestCaseWrapper(void);
|
D | gl4cTestPackages.cpp | 271 return new gl3cts::TestCaseWrapper(const_cast<GL42CompatTestPackage&>(*this), m_waiverMechanism); in createExecutor()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglTestPackage.cpp | 151 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()
|