Searched defs:GLXContext (Results 1 - 3 of 3) sorted by relevance

/external/autotest/client/deps/glbench/src/
H A Dglinterface.h24 typedef struct __GLXcontextRec *GLXContext; typedef in typeref:struct:__GLXcontextRec
25 typedef GLXContext GLContext;
/external/mesa3d/include/GL/
H A Dglx.h178 typedef struct __GLXcontextRec *GLXContext; typedef in typeref:struct:__GLXcontextRec
203 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
204 GLXContext shareList, Bool direct );
206 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
209 GLXContext ctx);
211 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
225 extern Bool glXIsDirect( Display *dpy, GLXContext ctx );
230 extern GLXContext glXGetCurrentContext( void );
285 extern GLXContext glXCreateNewContex
[all...]
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
H A Dglxew.h139 typedef struct __glXContextRec *GLXContext; typedef in typeref:struct:__glXContextRec
141 typedef struct __GLXcontextRec *GLXContext; typedef in typeref:struct:__GLXcontextRec
152 extern GLXContext glXCreateContext (Display *dpy, XVisualInfo *vis, GLXContext shareList, Bool direct);
153 extern void glXDestroyContext (Display *dpy, GLXContext ctx);
154 extern Bool glXIsDirect (Display *dpy, GLXContext ctx);
155 extern void glXCopyContext (Display *dpy, GLXContext src, GLXContext dst, GLulong mask);
156 extern Bool glXMakeCurrent (Display *dpy, GLXDrawable drawable, GLXContext ctx);
157 extern GLXContext glXGetCurrentContex
[all...]

Completed in 315 milliseconds