HomeSort by relevance Sort by last modified time
    Searched refs:getGLConfigId (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuCommandLine.hpp 147 int getGLConfigId (void) const;
tcuCommandLine.cpp 788 int CommandLine::getGLConfigId (void) const { return m_cmdLine.getOption<opt::GLConfigID>(); }
  /external/deqp/framework/opengl/
gluRenderConfig.cpp 167 if (cmdLine.getGLConfigId() >= 0)
168 config->id = cmdLine.getGLConfigId();

Completed in 78 milliseconds