• Home
  • Raw
  • Download

Lines Matching refs:vpreq

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