Home
last modified time | relevance | path

Searched refs:glXCreateNewContext (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/
DX11Support.h15 f(glXCreateNewContext) \
26 f( GLXContext, glXCreateNewContext, ( Display *dpy, GLXFBConfig config, int renderType, GLXContext …
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dglx_mangle.h70 #define glXCreateNewContext mglXCreateNewContext macro
Dglx.h272 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config,
Dglxext.h539 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContex…
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglx.h267 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config,
Dglxext.h120 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share…
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_glx.cpp426 ctx = glx->glXCreateNewContext( in createContext()