Searched refs:getSurfaceWidth (Results 1 – 3 of 3) sorted by relevance
158 if (cmdLine.getSurfaceWidth() > 0) in parseRenderConfig()159 config->width = cmdLine.getSurfaceWidth(); in parseRenderConfig()
160 int getSurfaceWidth (void) const;
795 int CommandLine::getSurfaceWidth (void) const { return m_cmdLine.getOption<opt::SurfaceWidt… in getSurfaceWidth() function in tcu::CommandLine