Home
last modified time | relevance | path

Searched refs:getSurfaceHeight (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/opengl/
DgluRenderConfig.cpp161 if (cmdLine.getSurfaceHeight() > 0) in parseRenderConfig()
162 config->height = cmdLine.getSurfaceHeight(); in parseRenderConfig()
/external/deqp/framework/common/
DtcuCommandLine.hpp140 int getSurfaceHeight (void) const;
DtcuCommandLine.cpp815 int CommandLine::getSurfaceHeight (void) const { return m_cmdLine.getOption<opt::SurfaceHeig… in getSurfaceHeight() function in tcu::CommandLine