Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluRenderConfig.cpp158 if (cmdLine.getSurfaceWidth() > 0) in parseRenderConfig()
159 config->width = cmdLine.getSurfaceWidth(); in parseRenderConfig()
/external/deqp/framework/common/
DtcuCommandLine.hpp160 int getSurfaceWidth (void) const;
DtcuCommandLine.cpp795 int CommandLine::getSurfaceWidth (void) const { return m_cmdLine.getOption<opt::SurfaceWidt… in getSurfaceWidth() function in tcu::CommandLine