Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
DgluRenderContext.cpp178 if (cmdLine.getGLContextFlags()) in createDefaultRenderContext()
179 ctxFlags = parseContextFlags(cmdLine.getGLContextFlags()); in createDefaultRenderContext()
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp202 const char* getGLContextFlags (void) const;
DtcuCommandLine.cpp1009 const char* CommandLine::getGLContextFlags (void) const in getGLContextFlags() function in tcu::CommandLine