Searched refs:getGLConfigId (Results 1 – 3 of 3) sorted by relevance
167 if (cmdLine.getGLConfigId() >= 0) in parseRenderConfig()168 config->id = cmdLine.getGLConfigId(); in parseRenderConfig()
152 int getGLConfigId (void) const;
818 int CommandLine::getGLConfigId (void) const { return m_cmdLine.getOption<opt::GLConfigID>()… in getGLConfigId() function in tcu::CommandLine