Lines Matching defs:const
71 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path)
94 const glw::Functions& gl = renderCtx.getFunctions();
99 const tcu::TestCase::IterateResult result = testCase->iterate();
108 catch (const tcu::ResourceError&)
114 catch (const std::exception&)
137 GL30TestPackage::GL30TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* description,
171 tcu::TestCaseExecutor* GL30TestPackage::createExecutor(void) const
178 GL31TestPackage::GL31TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* description,
209 GL32TestPackage::GL32TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* description,
270 GL33TestPackage::GL33TestPackage(tcu::TestContext& testCtx, const char* packageName, const char* description,