HomeSort by relevance Sort by last modified time
    Searched refs:TestCaseWrapper (Results 1 - 15 of 15) sorted by null

  /external/deqp/external/openglcts/modules/common/
glcTestCaseWrapper.hpp 35 class TestCaseWrapper
38 TestCaseWrapper(Context& context);
39 virtual ~TestCaseWrapper(void);
glcConfigPackage.cpp 35 class TestCaseWrapper : public tcu::TestCaseExecutor
38 TestCaseWrapper(void);
39 ~TestCaseWrapper(void);
46 TestCaseWrapper::TestCaseWrapper(void)
50 TestCaseWrapper::~TestCaseWrapper(void)
54 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
59 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
64 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase
    [all...]
glcNoDefaultContextPackage.cpp 34 class TestCaseWrapper : public tcu::TestCaseExecutor
37 TestCaseWrapper(void);
38 ~TestCaseWrapper(void);
45 TestCaseWrapper::TestCaseWrapper(void)
49 TestCaseWrapper::~TestCaseWrapper(void)
53 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
58 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
63 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase
    [all...]
glcTestPackage.hpp 46 TestCaseWrapper& getTestCaseWrapper(void)
53 TestCaseWrapper m_caseWrapper;
66 TestCaseWrapper& getTestCaseWrapper(void)
glcTestCaseWrapper.cpp 36 TestCaseWrapper::TestCaseWrapper(Context& context) : m_testCtx(context.getTestContext()), m_context(context)
40 TestCaseWrapper::~TestCaseWrapper(void)
44 bool TestCaseWrapper::initTestCase(tcu::TestCase* testCase)
105 bool TestCaseWrapper::deinitTestCase(tcu::TestCase* testCase)
135 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase(tcu::TestCase* testCase)
  /external/deqp/modules/gles31/
tes31TestPackage.cpp 37 class TestCaseWrapper : public tcu::TestCaseExecutor
40 TestCaseWrapper (TestPackage& package);
41 ~TestCaseWrapper (void);
51 TestCaseWrapper::TestCaseWrapper (TestPackage& package)
56 TestCaseWrapper::~TestCaseWrapper (void)
60 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string&)
65 void TestCaseWrapper::deinit (tcu::TestCase* testCase)
73 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase
    [all...]
  /external/deqp/external/openglcts/modules/gles2/
es2cTestPackage.cpp 37 class TestCaseWrapper : public tcu::TestCaseExecutor
40 TestCaseWrapper(TestPackage& package);
41 ~TestCaseWrapper(void);
51 TestCaseWrapper::TestCaseWrapper(TestPackage& package) : m_testPackage(package)
55 TestCaseWrapper::~TestCaseWrapper(void)
59 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
66 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
73 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase
    [all...]
  /external/deqp/external/openglcts/modules/glesext/
esextcTestPackage.cpp 42 class TestCaseWrapper : public tcu::TestCaseExecutor
45 TestCaseWrapper(ESEXTTestPackage& package);
46 ~TestCaseWrapper(void);
56 TestCaseWrapper::TestCaseWrapper(ESEXTTestPackage& package) : m_testPackage(package)
60 TestCaseWrapper::~TestCaseWrapper(void)
64 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
71 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
78 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase
    [all...]
  /external/deqp/modules/gles2/
tes2TestPackage.cpp 42 class TestCaseWrapper : public tcu::TestCaseExecutor
45 TestCaseWrapper (TestPackage& package);
46 ~TestCaseWrapper (void);
56 TestCaseWrapper::TestCaseWrapper (TestPackage& package)
61 TestCaseWrapper::~TestCaseWrapper (void)
65 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string&)
70 void TestCaseWrapper::deinit (tcu::TestCase* testCase)
78 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase
    [all...]
  /external/deqp/modules/gles3/
tes3TestPackage.cpp 41 class TestCaseWrapper : public tcu::TestCaseExecutor
44 TestCaseWrapper (TestPackage& package);
45 ~TestCaseWrapper (void);
55 TestCaseWrapper::TestCaseWrapper (TestPackage& package)
60 TestCaseWrapper::~TestCaseWrapper (void)
64 void TestCaseWrapper::init (tcu::TestCase* testCase, const std::string&)
69 void TestCaseWrapper::deinit (tcu::TestCase* testCase)
77 tcu::TestNode::IterateResult TestCaseWrapper::iterate (tcu::TestCase* testCase
    [all...]
  /external/deqp/external/openglcts/modules/gles3/
es3cTestPackage.cpp 48 class TestCaseWrapper : public tcu::TestCaseExecutor
51 TestCaseWrapper(ES30TestPackage& package);
52 ~TestCaseWrapper(void);
62 TestCaseWrapper::TestCaseWrapper(ES30TestPackage& package) : m_testPackage(package)
66 TestCaseWrapper::~TestCaseWrapper(void)
70 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
77 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
84 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase
    [all...]
  /external/deqp/external/openglcts/modules/gles32/
es32cTestPackage.cpp 56 class TestCaseWrapper : public tcu::TestCaseExecutor
59 TestCaseWrapper(ES32TestPackage& package);
60 ~TestCaseWrapper(void);
70 TestCaseWrapper::TestCaseWrapper(ES32TestPackage& package) : m_testPackage(package)
74 TestCaseWrapper::~TestCaseWrapper(void)
78 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
83 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
90 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cTestPackages.cpp 52 class TestCaseWrapper : public tcu::TestCaseExecutor
55 TestCaseWrapper(GL30TestPackage& package);
56 ~TestCaseWrapper(void);
66 TestCaseWrapper::TestCaseWrapper(GL30TestPackage& package) : m_testPackage(package)
70 TestCaseWrapper::~TestCaseWrapper(void)
74 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
79 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
87 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cTestPackage.cpp 68 class TestCaseWrapper : public tcu::TestCaseExecutor
71 TestCaseWrapper(ES31TestPackage& package);
72 ~TestCaseWrapper(void);
82 TestCaseWrapper::TestCaseWrapper(ES31TestPackage& package) : m_testPackage(package)
86 TestCaseWrapper::~TestCaseWrapper(void)
90 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&)
97 void TestCaseWrapper::deinit(tcu::TestCase* testCase)
104 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase
    [all...]
  /external/deqp/modules/egl/
teglTestPackage.cpp 151 class TestCaseWrapper : public tcu::TestCaseExecutor
154 TestCaseWrapper (void)
158 ~TestCaseWrapper (void)
228 return new TestCaseWrapper();

Completed in 286 milliseconds