HomeSort by relevance Sort by last modified time
    Searched defs:GLXContext (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/deps/glbench/src/
glinterface.h 24 typedef struct __GLXcontextRec *GLXContext;
25 typedef GLXContext GLContext;
  /external/mesa3d/include/GL/
glx.h 178 typedef struct __GLXcontextRec *GLXContext;
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 glXCreateNewContext( Display *dpy, GLXFBConfig config
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glx.h 178 typedef struct __GLXcontextRec *GLXContext;
193 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
194 GLXContext shareList, Bool direct );
196 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
199 GLXContext ctx);
201 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
215 extern Bool glXIsDirect( Display *dpy, GLXContext ctx );
220 extern GLXContext glXGetCurrentContext( void );
275 extern GLXContext glXCreateNewContext( Display *dpy, GLXFBConfig config
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx.h 178 typedef struct __GLXcontextRec *GLXContext;
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 glXCreateNewContext( Display *dpy, GLXFBConfig config
    [all...]

Completed in 60 milliseconds