Lines Matching defs:glxCode
111 req->glxCode = X_GLXChangeDrawableAttributes;
122 vpreq->glxCode = X_GLXVendorPrivateWithReply;
355 req->glxCode = X_GLXGetDrawableAttributes;
366 vpreq->glxCode = X_GLXVendorPrivateWithReply;
421 protocolDestroyDrawable(Display *dpy, GLXDrawable drawable, CARD32 glxCode)
434 req->glxCode = glxCode;
446 Drawable drawable, const int *attrib_list, CARD8 glxCode)
474 req->glxCode = glxCode;
493 if (glxCode == X_GLXCreatePixmap)
494 glxCode = X_GLXDestroyPixmap;
496 glxCode = X_GLXDestroyWindow;
497 protocolDestroyDrawable(dpy, xid, glxCode);
509 DestroyDrawable(Display * dpy, GLXDrawable drawable, CARD32 glxCode)
515 protocolDestroyDrawable(dpy, drawable, glxCode);
573 req->glxCode = X_GLXCreatePbuffer;
594 vpreq->glxCode = X_GLXVendorPrivate;
654 req->glxCode = X_GLXDestroyPbuffer;
667 vpreq->glxCode = X_GLXVendorPrivateWithReply;