Lines Matching refs:req
93 xGLXMakeCurrentReq *req;
95 GetReq(GLXMakeCurrent, req);
96 req->reqType = opcode;
97 req->glxCode = X_GLXMakeCurrent;
98 req->drawable = draw;
99 req->context = gc_id;
100 req->oldContextTag = gc_tag;
111 xGLXMakeContextCurrentReq *req;
113 GetReq(GLXMakeContextCurrent, req);
114 req->reqType = opcode;
115 req->glxCode = X_GLXMakeContextCurrent;
116 req->drawable = draw;
117 req->readdrawable = read;
118 req->context = gc_id;
119 req->oldContextTag = gc_tag;
123 xGLXMakeCurrentReadSGIReq *req;
128 req = (xGLXMakeCurrentReadSGIReq *) vpreq;
129 req->reqType = opcode;
130 req->glxCode = X_GLXVendorPrivateWithReply;
131 req->vendorCode = X_GLXvop_MakeCurrentReadSGI;
132 req->drawable = draw;
133 req->readable = read;
134 req->context = gc_id;
135 req->oldContextTag = gc_tag;
215 xGLXWaitGLReq *req;
223 GetReq(GLXWaitGL, req);
224 req->reqType = gc->majorOpcode;
225 req->glxCode = X_GLXWaitGL;
226 req->contextTag = gc->currentContextTag;
234 xGLXWaitXReq *req;
241 GetReq(GLXWaitX, req);
242 req->reqType = gc->majorOpcode;
243 req->glxCode = X_GLXWaitX;
244 req->contextTag = gc->currentContextTag;