HomeSort by relevance Sort by last modified time
    Searched refs:vpreq (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/glx/
glx_pbuffer.c 116 xGLXVendorPrivateWithReplyReq *vpreq; local
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; local
361 GetReqExtra(GLXVendorPrivateWithReply, 4, vpreq);
362 data = (CARD32 *) (vpreq + 1);
365 vpreq->reqType = opcode
588 xGLXVendorPrivateReq *vpreq; local
658 xGLXVendorPrivateWithReplyReq *vpreq; local
    [all...]
indirect_glx.c 101 xGLXVendorPrivateWithReplyReq *vpreq; local
106 sz_xGLXVendorPrivateWithReplyReq, vpreq);
107 req = (xGLXMakeCurrentReadSGIReq *) vpreq;
glxcmds.c 341 xGLXVendorPrivateWithReplyReq *vpreq; local
347 sz_xGLXVendorPrivateWithReplyReq, vpreq);
348 req = (xGLXCreateContextWithConfigSGIXReq *) vpreq;
1458 xGLXVendorPrivateReq *vpreq; local
1962 xGLXVendorPrivateWithReplyReq *vpreq; local
    [all...]
glxext.c 695 xGLXVendorPrivateWithReplyReq *vpreq; local
718 sz_xGLXVendorPrivateWithReplyReq, vpreq);
719 sgi_req = (xGLXGetFBConfigsSGIXReq *) vpreq;
    [all...]

Completed in 182 milliseconds