Lines Matching refs:cmdLine
133 RenderContext* createRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, const RenderConfig& config, const RenderContext* sharedContext)
136 const char* factoryName = cmdLine.getGLContextType();
163 if (cmdLine.getSurfaceType() == tcu::SURFACETYPE_FBO)
167 return new FboRenderContext(*factory, config, cmdLine);
170 return factory->createContext(config, cmdLine, sharedContext);
173 RenderContext* createDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, ApiType apiType)
178 if (cmdLine.getGLContextFlags())
179 ctxFlags = parseContextFlags(cmdLine.getGLContextFlags());
182 parseRenderConfig(&config, cmdLine);
184 return createRenderContext(platform, cmdLine, config);