Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuCommandLine.hpp158 const char* getGLContextFlags (void) const;
DtcuCommandLine.cpp840 const char* CommandLine::getGLContextFlags (void) const in getGLContextFlags() function in tcu::CommandLine
/external/deqp/framework/opengl/
DgluRenderContext.cpp131 if (cmdLine.getGLContextFlags()) in createDefaultRenderContext()
132 ctxFlags = parseContextFlags(cmdLine.getGLContextFlags()); in createDefaultRenderContext()