Lines Matching refs:glxCode
110 req->glxCode = X_GLXChangeDrawableAttributes; in ChangeDrawableAttribute()
121 vpreq->glxCode = X_GLXVendorPrivateWithReply; in ChangeDrawableAttribute()
303 req->glxCode = X_GLXGetDrawableAttributes; in GetDrawableAttribute()
314 vpreq->glxCode = X_GLXVendorPrivateWithReply; in GetDrawableAttribute()
371 protocolDestroyDrawable(Display *dpy, GLXDrawable drawable, CARD32 glxCode) in protocolDestroyDrawable() argument
384 req->glxCode = glxCode; in protocolDestroyDrawable()
396 Drawable drawable, const int *attrib_list, CARD8 glxCode) in CreateDrawable() argument
424 req->glxCode = glxCode; in CreateDrawable()
443 if (glxCode == X_GLXCreatePixmap) in CreateDrawable()
444 glxCode = X_GLXDestroyPixmap; in CreateDrawable()
446 glxCode = X_GLXDestroyWindow; in CreateDrawable()
447 protocolDestroyDrawable(dpy, xid, glxCode); in CreateDrawable()
459 DestroyDrawable(Display * dpy, GLXDrawable drawable, CARD32 glxCode) in DestroyDrawable() argument
465 protocolDestroyDrawable(dpy, drawable, glxCode); in DestroyDrawable()
520 req->glxCode = X_GLXCreatePbuffer; in CreatePbuffer()
541 vpreq->glxCode = X_GLXVendorPrivate; in CreatePbuffer()
601 req->glxCode = X_GLXDestroyPbuffer; in DestroyPbuffer()
614 vpreq->glxCode = X_GLXVendorPrivateWithReply; in DestroyPbuffer()