Home
last modified time | relevance | path

Searched refs:GL30TestPackage (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl3cTestPackages.cpp60 TestCaseWrapper(GL30TestPackage& package);
68 GL30TestPackage& m_testPackage;
71 TestCaseWrapper::TestCaseWrapper(GL30TestPackage& package) : m_testPackage(package) in TestCaseWrapper()
141 GL30TestPackage::GL30TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* de… in GL30TestPackage() function in gl3cts::GL30TestPackage
148 GL30TestPackage::~GL30TestPackage(void) in ~GL30TestPackage()
152 void GL30TestPackage::init(void) in init()
175 tcu::TestCaseExecutor* GL30TestPackage::createExecutor(void) const in createExecutor()
177 return new TestCaseWrapper(const_cast<GL30TestPackage&>(*this)); in createExecutor()
184 : GL30TestPackage(testCtx, packageName, packageName, renderContextType) in GL31TestPackage()
196 GL30TestPackage::init(); in init()
Dgl3cTestPackages.hpp35 class GL30TestPackage : public deqp::TestPackage class
38 GL30TestPackage(tcu::TestContext& testCtx, const char* packageName,
42 ~GL30TestPackage(void);
51 class GL31TestPackage : public GL30TestPackage
/external/deqp/external/openglcts/modules/
DglcTestPackageRegistry.cpp174 return new gl3cts::GL30TestPackage(testCtx, "KHR-GL30"); in createGL30Package()