Lines Matching refs:vpreq
116 xGLXVendorPrivateWithReplyReq *vpreq;
118 GetReqExtra(GLXVendorPrivateWithReply, 8 + (8 * num_attribs), vpreq);
119 output = (CARD32 *) (vpreq + 1);
121 vpreq->reqType = opcode;
122 vpreq->glxCode = X_GLXVendorPrivateWithReply;
123 vpreq->vendorCode = X_GLXvop_ChangeDrawableAttributesSGIX;
359 xGLXVendorPrivateWithReplyReq *vpreq;
361 GetReqExtra(GLXVendorPrivateWithReply, 4, vpreq);
362 data = (CARD32 *) (vpreq + 1);
365 vpreq->reqType = opcode;
366 vpreq->glxCode = X_GLXVendorPrivateWithReply;
367 vpreq->vendorCode = X_GLXvop_GetDrawableAttributesSGIX;
588 xGLXVendorPrivateReq *vpreq;
590 GetReqExtra(GLXVendorPrivate, 20 + (8 * i), vpreq);
591 data = (CARD32 *) (vpreq + 1);
593 vpreq->reqType = opcode;
594 vpreq->glxCode = X_GLXVendorPrivate;
595 vpreq->vendorCode = X_GLXvop_CreateGLXPbufferSGIX;
658 xGLXVendorPrivateWithReplyReq *vpreq;
661 GetReqExtra(GLXVendorPrivateWithReply, 4, vpreq);
662 data = (CARD32 *) (vpreq + 1);
666 vpreq->reqType = opcode;
667 vpreq->glxCode = X_GLXVendorPrivateWithReply;
668 vpreq->vendorCode = X_GLXvop_DestroyGLXPbufferSGIX;