Searched refs:glxpixmap (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/glx/ |
D | glxcmds.c | 722 req->glxpixmap = xid = XAllocID(dpy); in glXCreateGLXPixmap() 726 if (InitGLXDrawable(dpy, glxDraw, pixmap, req->glxpixmap)) { in glXCreateGLXPixmap() 765 dreq->glxpixmap = xid; in glXCreateGLXPixmap() 779 glXDestroyGLXPixmap(Display * dpy, GLXPixmap glxpixmap) in glXDestroyGLXPixmap() argument 782 if(apple_glx_pixmap_destroy(dpy, glxpixmap)) in glXDestroyGLXPixmap() 783 __glXSendError(dpy, GLXBadPixmap, glxpixmap, X_GLXDestroyPixmap, false); in glXDestroyGLXPixmap() 798 req->glxpixmap = glxpixmap; in glXDestroyGLXPixmap() 802 DestroyGLXDrawable(dpy, glxpixmap); in glXDestroyGLXPixmap() 807 __GLXDRIdrawable *pdraw = GetGLXDRIDrawable(dpy, glxpixmap); in glXDestroyGLXPixmap() 811 __glxHashDelete(priv->drawHash, glxpixmap); in glXDestroyGLXPixmap() [all …]
|
/external/mesa3d/docs/ |
D | xlibdriver.rst | 166 See the xdemos/glxpixmap.c file for an example of how to use this
|