Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluRenderConfig.cpp167 if (cmdLine.getGLConfigId() >= 0) in parseRenderConfig()
168 config->id = cmdLine.getGLConfigId(); in parseRenderConfig()
/external/deqp/framework/common/
DtcuCommandLine.hpp175 int getGLConfigId (void) const;
DtcuCommandLine.cpp787 int CommandLine::getGLConfigId (void) const { return m_cmdLine.getOption<opt::GLConfigID>()… in getGLConfigId() function in tcu::CommandLine