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

  /external/mesa3d/include/GL/
glx.h 179 typedef XID GLXPixmap;
216 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
219 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
272 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
275 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
310 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
311 typedef void (* PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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 );
300 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
301 typedef void (* PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx.h 179 typedef XID GLXPixmap;
216 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
219 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
272 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
275 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
310 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
311 typedef void (* PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);

Completed in 48 milliseconds