Home
last modified time | relevance | path

Searched refs:ctxFlags (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcContext.cpp48 void Context::createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags) in createRenderContext() argument
54 glu::RenderConfig renderCfg(glu::ContextType(contextType.getAPI(), contextType.getFlags() | ctxFlags)); in createRenderContext()
H A DglcContext.hpp78 void createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags = (glu::ContextFlags)0);
/third_party/vk-gl-cts/framework/opengl/
H A DgluRenderContext.cpp176 ContextFlags ctxFlags = ContextFlags(0); in createDefaultRenderContext() local
179 ctxFlags = parseContextFlags(cmdLine.getGLContextFlags()); in createDefaultRenderContext()
181 config.type = glu::ContextType(apiType, ctxFlags); in createDefaultRenderContext()

Completed in 2 milliseconds