Home | History | Annotate | Download | only in apple

Lines Matching defs:req

106    xGLXSingleReq *req;
111 GetReqExtra(GLXSingle, cmdlen, req);
112 req->reqType = gc->majorOpcode;
113 req->contextTag = gc->currentContextTag;
114 req->glxCode = sop;
115 return (GLubyte *) (req) + sz_xGLXSingleReq;
123 xGLXVendorPrivateReq *req;
128 GetReqExtra(GLXVendorPrivate, cmdlen, req);
129 req->reqType = gc->majorOpcode;
130 req->glxCode = code;
131 req->vendorCode = vop;
132 req->contextTag = gc->currentContextTag;
133 return (GLubyte *) (req) + sz_xGLXVendorPrivateReq;