Home | History | Annotate | Download | only in glx

Lines Matching refs:vpreq

115       xGLXVendorPrivateWithReplyReq *vpreq;
117 GetReqExtra(GLXVendorPrivateWithReply, 8 + (8 * num_attribs), vpreq);
118 output = (CARD32 *) (vpreq + 1);
120 vpreq->reqType = opcode;
121 vpreq->glxCode = X_GLXVendorPrivateWithReply;
122 vpreq->vendorCode = X_GLXvop_ChangeDrawableAttributesSGIX;
307 xGLXVendorPrivateWithReplyReq *vpreq;
309 GetReqExtra(GLXVendorPrivateWithReply, 4, vpreq);
310 data = (CARD32 *) (vpreq + 1);
313 vpreq->reqType = opcode;
314 vpreq->glxCode = X_GLXVendorPrivateWithReply;
315 vpreq->vendorCode = X_GLXvop_GetDrawableAttributesSGIX;
535 xGLXVendorPrivateReq *vpreq;
537 GetReqExtra(GLXVendorPrivate, 20 + (8 * i), vpreq);
538 data = (CARD32 *) (vpreq + 1);
540 vpreq->reqType = opcode;
541 vpreq->glxCode = X_GLXVendorPrivate;
542 vpreq->vendorCode = X_GLXvop_CreateGLXPbufferSGIX;
605 xGLXVendorPrivateWithReplyReq *vpreq;
608 GetReqExtra(GLXVendorPrivateWithReply, 4, vpreq);
609 data = (CARD32 *) (vpreq + 1);
613 vpreq->reqType = opcode;
614 vpreq->glxCode = X_GLXVendorPrivateWithReply;
615 vpreq->vendorCode = X_GLXvop_DestroyGLXPbufferSGIX;