Lines Matching defs:GL30TestPackage
121 // GL30TestPackage
137 GL30TestPackage::GL30TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* description,
144 GL30TestPackage::~GL30TestPackage(void)
148 void GL30TestPackage::init(void)
171 tcu::TestCaseExecutor* GL30TestPackage::createExecutor(void) const
173 return new TestCaseWrapper(const_cast<GL30TestPackage&>(*this), m_waiverMechanism);
180 : GL30TestPackage(testCtx, packageName, packageName, renderContextType)
192 GL30TestPackage::init();