Searched refs:getSurfaceHeight (Results 1 – 3 of 3) sorted by relevance
161 if (cmdLine.getSurfaceHeight() > 0) in parseRenderConfig()162 config->height = cmdLine.getSurfaceHeight(); in parseRenderConfig()
163 int getSurfaceHeight (void) const;
796 int CommandLine::getSurfaceHeight (void) const { return m_cmdLine.getOption<opt::SurfaceHei… in getSurfaceHeight() function in tcu::CommandLine