Home
last modified time | relevance | path

Searched refs:glxpixmap (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/glx/
Dglxcmds.c722 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 …]