Lines Matching defs:glxCode
88 req->glxCode = X_GLXChangeDrawableAttributes;
99 vpreq->glxCode = X_GLXVendorPrivateWithReply;
333 req->glxCode = X_GLXGetDrawableAttributes;
344 vpreq->glxCode = X_GLXVendorPrivateWithReply;
400 protocolDestroyDrawable(Display *dpy, GLXDrawable drawable, CARD32 glxCode)
413 req->glxCode = glxCode;
425 Drawable drawable, const int *attrib_list, CARD8 glxCode)
456 req->glxCode = glxCode;
475 if (glxCode == X_GLXCreatePixmap)
476 glxCode = X_GLXDestroyPixmap;
478 glxCode = X_GLXDestroyWindow;
479 protocolDestroyDrawable(dpy, xid, glxCode);
491 DestroyDrawable(Display * dpy, GLXDrawable drawable, CARD32 glxCode)
497 protocolDestroyDrawable(dpy, drawable, glxCode);
556 req->glxCode = X_GLXCreatePbuffer;
577 vpreq->glxCode = X_GLXVendorPrivate;
640 req->glxCode = X_GLXDestroyPbuffer;
653 vpreq->glxCode = X_GLXVendorPrivateWithReply;