Searched refs:glxpixmap (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/glx/ |
D | glxcmds.c | 684 req->glxpixmap = xid = XAllocID(dpy); in glXCreateGLXPixmap() 688 if (InitGLXDrawable(dpy, glxDraw, pixmap, req->glxpixmap)) { in glXCreateGLXPixmap() 728 dreq->glxpixmap = xid; in glXCreateGLXPixmap() 742 glXDestroyGLXPixmap(Display * dpy, GLXPixmap glxpixmap) in glXDestroyGLXPixmap() argument 745 if(apple_glx_pixmap_destroy(dpy, glxpixmap)) in glXDestroyGLXPixmap() 746 __glXSendError(dpy, GLXBadPixmap, glxpixmap, X_GLXDestroyPixmap, false); in glXDestroyGLXPixmap() 761 req->glxpixmap = glxpixmap; in glXDestroyGLXPixmap() 765 DestroyGLXDrawable(dpy, glxpixmap); in glXDestroyGLXPixmap() 770 __GLXDRIdrawable *pdraw = GetGLXDRIDrawable(dpy, glxpixmap); in glXDestroyGLXPixmap() 774 __glxHashDelete(priv->drawHash, glxpixmap); in glXDestroyGLXPixmap() [all …]
|
/external/mesa3d/docs/ |
D | README.CYGWIN | 211 See the xdemos/glxpixmap.c file for an example of how to use this
|