Home
last modified time | relevance | path

Searched refs:TestCaseExecutor (Results 1 – 25 of 32) sorted by relevance

12

/external/deqp/modules/internal/
DditTestPackage.cpp73 class TestCaseExecutor : public tcu::TestCaseExecutor class
76 TestCaseExecutor (void) in TestCaseExecutor() function in dit::TestCaseExecutor
80 ~TestCaseExecutor (void) in ~TestCaseExecutor()
117 tcu::TestCaseExecutor* TestPackage::createExecutor (void) const in createExecutor()
119 return new TestCaseExecutor(); in createExecutor()
DditTestPackage.hpp39 tcu::TestCaseExecutor* createExecutor (void) const;
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp184 class TestCaseExecutor : public tcu::TestCaseExecutor class
187 TestCaseExecutor (tcu::TestContext& testCtx);
188 ~TestCaseExecutor (void);
213 TestCaseExecutor::TestCaseExecutor (tcu::TestContext& testCtx) in TestCaseExecutor() function in vkt::TestCaseExecutor
229 TestCaseExecutor::~TestCaseExecutor (void) in ~TestCaseExecutor()
234 void TestCaseExecutor::init (tcu::TestCase* testCase, const std::string& casePath) in init()
319 void TestCaseExecutor::deinit (tcu::TestCase*) in deinit()
362 tcu::TestNode::IterateResult TestCaseExecutor::iterate (tcu::TestCase*) in iterate()
460 tcu::TestCaseExecutor* TestPackage::createExecutor (void) const in createExecutor()
462 return new TestCaseExecutor(m_testCtx); in createExecutor()
DvktTestPackage.hpp41 tcu::TestCaseExecutor* createExecutor (void) const;
/external/deqp/framework/common/
DtcuTestPackage.hpp53 class TestCaseExecutor class
56 virtual ~TestCaseExecutor (void) {} in ~TestCaseExecutor()
75 virtual TestCaseExecutor* createExecutor (void) const = 0;
/external/deqp/modules/gles31/
Dtes31TestPackage.cpp37 class TestCaseWrapper : public tcu::TestCaseExecutor
141 tcu::TestCaseExecutor* TestPackage::createExecutor (void) const in createExecutor()
/external/deqp/external/openglcts/modules/common/
DglcConfigPackage.cpp35 class TestCaseWrapper : public tcu::TestCaseExecutor
81 tcu::TestCaseExecutor* ConfigPackage::createExecutor(void) const in createExecutor()
DglcNoDefaultContextPackage.cpp37 class TestCaseWrapper : public tcu::TestCaseExecutor
83 tcu::TestCaseExecutor* NoDefaultContextPackage::createExecutor(void) const in createExecutor()
DglcNoDefaultContextPackage.hpp44 virtual tcu::TestCaseExecutor* createExecutor(void) const;
DglcConfigPackage.hpp47 virtual tcu::TestCaseExecutor* createExecutor(void) const;
/external/deqp/modules/gles3/
Dtes3TestPackage.cpp41 class TestCaseWrapper : public tcu::TestCaseExecutor
157 tcu::TestCaseExecutor* TestPackage::createExecutor (void) const in createExecutor()
Dtes3TestPackage.hpp45 tcu::TestCaseExecutor* createExecutor (void) const;
/external/deqp/modules/gles2/
Dtes2TestPackage.cpp42 class TestCaseWrapper : public tcu::TestCaseExecutor
159 tcu::TestCaseExecutor* TestPackage::createExecutor (void) const in createExecutor()
Dtes2TestPackage.hpp45 tcu::TestCaseExecutor* createExecutor (void) const;
/external/deqp/external/openglcts/modules/gles2/
Des2cTestPackage.cpp40 class TestCaseWrapper : public tcu::TestCaseExecutor
157 tcu::TestCaseExecutor* TestPackage::createExecutor(void) const in createExecutor()
Des2cTestPackage.hpp45 virtual tcu::TestCaseExecutor* createExecutor(void) const;
/external/deqp/external/openglcts/modules/glesext/
DesextcTestPackage.cpp42 class TestCaseWrapper : public tcu::TestCaseExecutor
148 tcu::TestCaseExecutor* ESEXTTestPackage::createExecutor(void) const in createExecutor()
DesextcTestPackage.hpp43 virtual tcu::TestCaseExecutor* createExecutor(void) const;
/external/deqp/modules/egl/
DteglTestPackage.cpp151 class TestCaseWrapper : public tcu::TestCaseExecutor
226 tcu::TestCaseExecutor* TestPackage::createExecutor (void) const in createExecutor()
DteglTestPackage.hpp44 tcu::TestCaseExecutor* createExecutor (void) const;
/external/deqp/external/openglcts/modules/gles32/
Des32cTestPackage.cpp59 class TestCaseWrapper : public tcu::TestCaseExecutor
178 tcu::TestCaseExecutor* ES32TestPackage::createExecutor(void) const in createExecutor()
Des32cTestPackage.hpp41 virtual tcu::TestCaseExecutor* createExecutor(void) const;
/external/deqp/external/openglcts/modules/gles3/
Des3cTestPackage.cpp55 class TestCaseWrapper : public tcu::TestCaseExecutor
191 tcu::TestCaseExecutor* ES30TestPackage::createExecutor(void) const in createExecutor()
Des3cTestPackage.hpp41 virtual tcu::TestCaseExecutor* createExecutor(void) const;
/external/deqp/external/openglcts/modules/gles31/
Des31cTestPackage.hpp41 virtual tcu::TestCaseExecutor* createExecutor(void) const;

12