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

  /external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DInternal.h 23 typedef struct __GLXcontextRec *GLXContext;
43 GraphicsContext3DInternal(GLXContext, GLXPbuffer);
44 GraphicsContext3DInternal(GLXContext, Pixmap, GLXPixmap);
50 GLXContext m_context;
  /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 206 milliseconds