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()
140 int getSurfaceHeight (void) const;
815 int CommandLine::getSurfaceHeight (void) const { return m_cmdLine.getOption<opt::SurfaceHeig… in getSurfaceHeight() function in tcu::CommandLine