Searched refs:glXCreateNewContext (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/apigen-codec-common/ |
D | X11Support.h | 15 f(glXCreateNewContext) \ 26 f( GLXContext, glXCreateNewContext, ( Display *dpy, GLXFBConfig config, int renderType, GLXContext …
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glx_mangle.h | 70 #define glXCreateNewContext mglXCreateNewContext macro
|
D | glx.h | 272 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config,
|
D | glxext.h | 539 extern GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContex…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | glx.h | 267 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config,
|
D | glxext.h | 120 GLXContext glXCreateNewContext (Display *dpy, GLXFBConfig config, int render_type, GLXContext share…
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi_glx.cpp | 426 ctx = glx->glXCreateNewContext( in createContext()
|