HomeSort by relevance Sort by last modified time
    Searched refs:GLXPixmap (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DInternal.h 25 typedef unsigned long GLXPixmap;
44 GraphicsContext3DInternal(GLXContext, Pixmap, GLXPixmap);
53 GLXPixmap m_glxPixmap;
GraphicsContext3DInternal.cpp 185 GLXPixmap glxPixmap = glXCreateGLXPixmap(sharedDisplay(), visualInfo, pixmap);
186 if (!glxPixmap) {
192 return new GraphicsContext3DInternal(context, pixmap, glxPixmap);
203 GraphicsContext3DInternal::GraphicsContext3DInternal(GLXContext context, Pixmap pixmap, GLXPixmap glxPixmap)
207 , m_glxPixmap(glxPixmap)
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 74 GLXPixmap fGlxPixmap;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glx.h 179 typedef XID GLXPixmap;
206 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
209 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
262 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
265 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
glxext.h 428 extern GLXPixmap glXCreatePixmap (Display *, GLXFBConfig, Pixmap, const int *);
429 extern void glXDestroyPixmap (Display *, GLXPixmap);
447 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
448 typedef void ( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
558 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *, GLXFBConfigSGIX, Pixmap);
565 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
658 extern GLXPixmap glXCreateGLXPixmapMESA (Display *, XVisualInfo *, Pixmap, Colormap);
660 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h 179 typedef XID GLXPixmap;
206 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
209 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
262 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
265 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
glxext.h 428 extern GLXPixmap glXCreatePixmap (Display *, GLXFBConfig, Pixmap, const int *);
429 extern void glXDestroyPixmap (Display *, GLXPixmap);
447 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
448 typedef void ( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
558 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *, GLXFBConfigSGIX, Pixmap);
565 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
658 extern GLXPixmap glXCreateGLXPixmapMESA (Display *, XVisualInfo *, Pixmap, Colormap);
660 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h 179 typedef XID GLXPixmap;
206 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
209 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
262 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
265 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
glxext.h 428 extern GLXPixmap glXCreatePixmap (Display *, GLXFBConfig, Pixmap, const int *);
429 extern void glXDestroyPixmap (Display *, GLXPixmap);
447 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
448 typedef void ( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
558 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *, GLXFBConfigSGIX, Pixmap);
565 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
658 extern GLXPixmap glXCreateGLXPixmapMESA (Display *, XVisualInfo *, Pixmap, Colormap);
660 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);

Completed in 52 milliseconds