Lines Matching refs:req

122     xXF86DRIQueryVersionReq *req;
128 GetReq(XF86DRIQueryVersion, req);
129 req->reqType = info->codes->major_opcode;
130 req->driReqType = X_XF86DRIQueryVersion;
154 xXF86DRIQueryDirectRenderingCapableReq *req;
160 GetReq(XF86DRIQueryDirectRenderingCapable, req);
161 req->reqType = info->codes->major_opcode;
162 req->driReqType = X_XF86DRIQueryDirectRenderingCapable;
163 req->screen = screen;
186 xXF86DRIOpenConnectionReq *req;
192 GetReq(XF86DRIOpenConnection, req);
193 req->reqType = info->codes->major_opcode;
194 req->driReqType = X_XF86DRIOpenConnection;
195 req->screen = screen;
234 xXF86DRIAuthConnectionReq *req;
241 GetReq(XF86DRIAuthConnection, req);
242 req->reqType = info->codes->major_opcode;
243 req->driReqType = X_XF86DRIAuthConnection;
244 req->screen = screen;
245 req->magic = magic;
265 xXF86DRICloseConnectionReq *req;
272 GetReq(XF86DRICloseConnection, req);
273 req->reqType = info->codes->major_opcode;
274 req->driReqType = X_XF86DRICloseConnection;
275 req->screen = screen;
294 xXF86DRIGetClientDriverNameReq *req;
300 GetReq(XF86DRIGetClientDriverName, req);
301 req->reqType = info->codes->major_opcode;
302 req->driReqType = X_XF86DRIGetClientDriverName;
303 req->screen = screen;
344 xXF86DRICreateContextReq *req;
350 GetReq(XF86DRICreateContext, req);
351 req->reqType = info->codes->major_opcode;
352 req->driReqType = X_XF86DRICreateContext;
353 req->visual = configID;
354 req->screen = screen;
356 req->context = *context;
387 xXF86DRIDestroyContextReq *req;
393 GetReq(XF86DRIDestroyContext, req);
394 req->reqType = info->codes->major_opcode;
395 req->driReqType = X_XF86DRIDestroyContext;
396 req->screen = screen;
397 req->context = context;
411 xXF86DRICreateDrawableReq *req;
417 GetReq(XF86DRICreateDrawable, req);
418 req->reqType = info->codes->major_opcode;
419 req->driReqType = X_XF86DRICreateDrawable;
420 req->screen = screen;
421 req->drawable = drawable;
440 xXF86DRIDestroyDrawableReq *req;
446 GetReq(XF86DRIDestroyDrawable, req);
447 req->reqType = info->codes->major_opcode;
448 req->driReqType = X_XF86DRIDestroyDrawable;
449 req->screen = screen;
450 req->drawable = drawable;
467 xXF86DRIGetDrawableInfoReq *req;
474 GetReq(XF86DRIGetDrawableInfo, req);
475 req->reqType = info->codes->major_opcode;
476 req->driReqType = X_XF86DRIGetDrawableInfo;
477 req->screen = screen;
478 req->drawable = drawable;
557 xXF86DRIGetDeviceInfoReq *req;
563 GetReq(XF86DRIGetDeviceInfo, req);
564 req->reqType = info->codes->major_opcode;
565 req->driReqType = X_XF86DRIGetDeviceInfo;
566 req->screen = screen;