/external/deqp/modules/gles31/ |
D | tes31TestPackage.cpp | 37 class TestCaseWrapper : public tcu::TestCaseExecutor class 40 TestCaseWrapper (TestPackage& package); 41 ~TestCaseWrapper (void); 51 TestCaseWrapper::TestCaseWrapper (TestPackage& package) in TestCaseWrapper() function in deqp::gles31::TestCaseWrapper 56 TestCaseWrapper::~TestCaseWrapper (void) in ~TestCaseWrapper() 60 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string&) in init() 65 void TestCaseWrapper::deinit (tcu::TestCase* testCase) in deinit() 73 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase) in iterate() 143 return new TestCaseWrapper(const_cast<TestPackage&>(*this)); in createExecutor()
|
/external/deqp/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 | 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 | 46 TestCaseWrapper& getTestCaseWrapper(void) in getTestCaseWrapper() 53 TestCaseWrapper m_caseWrapper; 66 TestCaseWrapper& getTestCaseWrapper(void) in getTestCaseWrapper()
|
/external/deqp/modules/gles3/ |
D | tes3TestPackage.cpp | 41 class TestCaseWrapper : public tcu::TestCaseExecutor class 44 TestCaseWrapper (TestPackage& package); 45 ~TestCaseWrapper (void); 55 TestCaseWrapper::TestCaseWrapper (TestPackage& package) in TestCaseWrapper() function in deqp::gles3::TestCaseWrapper 60 TestCaseWrapper::~TestCaseWrapper (void) in ~TestCaseWrapper() 64 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string&) in init() 69 void TestCaseWrapper::deinit (tcu::TestCase* testCase) in deinit() 77 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase) in iterate() 159 return new TestCaseWrapper(const_cast<TestPackage&>(*this)); in createExecutor()
|
/external/deqp/modules/gles2/ |
D | tes2TestPackage.cpp | 42 class TestCaseWrapper : public tcu::TestCaseExecutor class 45 TestCaseWrapper (TestPackage& package); 46 ~TestCaseWrapper (void); 56 TestCaseWrapper::TestCaseWrapper (TestPackage& package) in TestCaseWrapper() function in deqp::gles2::TestCaseWrapper 61 TestCaseWrapper::~TestCaseWrapper (void) in ~TestCaseWrapper() 65 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string&) in init() 70 void TestCaseWrapper::deinit (tcu::TestCase* testCase) in deinit() 78 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase) in iterate() 161 return new TestCaseWrapper(const_cast<TestPackage&>(*this)); in createExecutor()
|
/external/deqp/external/openglcts/modules/gles2/ |
D | es2cTestPackage.cpp | 40 class TestCaseWrapper : public tcu::TestCaseExecutor class 43 TestCaseWrapper(TestPackage& package); 44 ~TestCaseWrapper(void); 54 TestCaseWrapper::TestCaseWrapper(TestPackage& package) : m_testPackage(package) in TestCaseWrapper() function in es2cts::TestCaseWrapper 58 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper() 62 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&) in init() 69 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit() 76 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate() 159 return new TestCaseWrapper(const_cast<TestPackage&>(*this)); in createExecutor()
|
/external/deqp/external/openglcts/modules/glesext/ |
D | esextcTestPackage.cpp | 42 class TestCaseWrapper : public tcu::TestCaseExecutor class 45 TestCaseWrapper(ESEXTTestPackage& package); 46 ~TestCaseWrapper(void); 56 TestCaseWrapper::TestCaseWrapper(ESEXTTestPackage& package) : m_testPackage(package) in TestCaseWrapper() function in esextcts::TestCaseWrapper 60 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper() 64 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&) in init() 71 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit() 78 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate() 150 return new TestCaseWrapper(const_cast<ESEXTTestPackage&>(*this)); in createExecutor()
|
/external/deqp/external/openglcts/modules/gles32/ |
D | es32cTestPackage.cpp | 59 class TestCaseWrapper : public tcu::TestCaseExecutor class 62 TestCaseWrapper(ES32TestPackage& package); 63 ~TestCaseWrapper(void); 73 TestCaseWrapper::TestCaseWrapper(ES32TestPackage& package) : m_testPackage(package) in TestCaseWrapper() function in es32cts::TestCaseWrapper 77 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper() 81 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&) in init() 86 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit() 93 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate() 180 return new TestCaseWrapper(const_cast<ES32TestPackage&>(*this)); in createExecutor()
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cTestPackage.cpp | 55 class TestCaseWrapper : public tcu::TestCaseExecutor class 58 TestCaseWrapper(ES30TestPackage& package); 59 ~TestCaseWrapper(void); 69 TestCaseWrapper::TestCaseWrapper(ES30TestPackage& package) : m_testPackage(package) in TestCaseWrapper() function in es3cts::TestCaseWrapper 73 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper() 77 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&) in init() 84 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit() 91 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate() 193 return new TestCaseWrapper(const_cast<ES30TestPackage&>(*this)); in createExecutor()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cTestPackage.cpp | 73 class TestCaseWrapper : public tcu::TestCaseExecutor class 76 TestCaseWrapper(ES31TestPackage& package); 77 ~TestCaseWrapper(void); 87 TestCaseWrapper::TestCaseWrapper(ES31TestPackage& package) : m_testPackage(package) in TestCaseWrapper() function in es31cts::TestCaseWrapper 91 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper() 95 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&) in init() 102 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit() 109 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate() 229 return new TestCaseWrapper(const_cast<ES31TestPackage&>(*this)); in createExecutor()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTestPackages.cpp | 55 class TestCaseWrapper : public tcu::TestCaseExecutor class 58 TestCaseWrapper(GL30TestPackage& package); 59 ~TestCaseWrapper(void); 69 TestCaseWrapper::TestCaseWrapper(GL30TestPackage& package) : m_testPackage(package) in TestCaseWrapper() function in gl3cts::TestCaseWrapper 73 TestCaseWrapper::~TestCaseWrapper(void) in ~TestCaseWrapper() 77 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&) in init() 82 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit() 90 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate() 174 return new TestCaseWrapper(const_cast<GL30TestPackage&>(*this)); in createExecutor()
|
/external/deqp/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()
|