Searched defs:GLXPixmap (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/J2D_GL/
H A Dglx.h224 typedef XID GLXPixmap; typedef
251 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
254 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
307 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
310 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
451 extern GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,

Completed in 58 milliseconds