Lines Matching refs:glxpixmap
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()
1982 req->glxpixmap = xid = XAllocID(dpy); in glXCreateGLXPixmapWithConfigSGIX()