HomeSort by relevance Sort by last modified time
    Searched full:ctxflags (Results 1 - 7 of 7) sorted by null

  /external/deqp/external/openglcts/modules/common/
glcContext.cpp 48 void Context::createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags)
54 glu::RenderConfig renderCfg(glu::ContextType(contextType.getAPI(), contextType.getFlags() | ctxFlags));
glcContext.hpp 75 glu::ContextFlags ctxFlags = (glu::ContextFlags)0,
82 void createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags = (glu::ContextFlags)0);
  /external/deqp/framework/opengl/
gluRenderContext.cpp 172 ContextFlags ctxFlags = ContextFlags(0);
175 ctxFlags = parseContextFlags(cmdLine.getGLContextFlags());
177 config.type = glu::ContextType(apiType, ctxFlags);
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_context.c 193 nv30_context_create(struct pipe_screen *pscreen, void *priv, unsigned ctxflags)
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_context.c 281 nv50_create(struct pipe_screen *pscreen, void *priv, unsigned ctxflags)
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_context.c 355 nvc0_create(struct pipe_screen *pscreen, void *priv, unsigned ctxflags)
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c     [all...]

Completed in 329 milliseconds