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

/external/mesa3d/include/GL/
H A Dglx.h179 typedef XID GLXPixmap; typedef
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 55 milliseconds