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