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

  /external/chromium_org/content/common/gpu/
x_util.h 32 typedef struct __GLXcontextRec *GLXContext;
  /external/chromium_org/third_party/mesa/src/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...]
  /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/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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...]

Completed in 286 milliseconds