Home | History | Annotate | Download | only in glx

Lines Matching defs:req

122    xXF86DRIQueryVersionReq *req;
128 GetReq(XF86DRIQueryVersion, req);
129 req->reqType = info->codes->major_opcode;
130 req->driReqType = X_XF86DRIQueryVersion;
152 xXF86DRIQueryDirectRenderingCapableReq *req;
158 GetReq(XF86DRIQueryDirectRenderingCapable, req);
159 req->reqType = info->codes->major_opcode;
160 req->driReqType = X_XF86DRIQueryDirectRenderingCapable;
161 req->screen = screen;
181 xXF86DRIOpenConnectionReq *req;
187 GetReq(XF86DRIOpenConnection, req);
188 req->reqType = info->codes->major_opcode;
189 req->driReqType = X_XF86DRIOpenConnection;
190 req->screen = screen;
231 xXF86DRIAuthConnectionReq *req;
238 GetReq(XF86DRIAuthConnection, req);
239 req->reqType = info->codes->major_opcode;
240 req->driReqType = X_XF86DRIAuthConnection;
241 req->screen = screen;
242 req->magic = magic;
260 xXF86DRICloseConnectionReq *req;
267 GetReq(XF86DRICloseConnection, req);
268 req->reqType = info->codes->major_opcode;
269 req->driReqType = X_XF86DRICloseConnection;
270 req->screen = screen;
286 xXF86DRIGetClientDriverNameReq *req;
292 GetReq(XF86DRIGetClientDriverName, req);
293 req->reqType = info->codes->major_opcode;
294 req->driReqType = X_XF86DRIGetClientDriverName;
295 req->screen = screen;
336 xXF86DRICreateContextReq *req;
342 GetReq(XF86DRICreateContext, req);
343 req->reqType = info->codes->major_opcode;
344 req->driReqType = X_XF86DRICreateContext;
345 req->visual = configID;
346 req->screen = screen;
348 req->context = *context;
374 xXF86DRIDestroyContextReq *req;
380 GetReq(XF86DRIDestroyContext, req);
381 req->reqType = info->codes->major_opcode;
382 req->driReqType = X_XF86DRIDestroyContext;
383 req->screen = screen;
384 req->context = context;
397 xXF86DRICreateDrawableReq *req;
403 GetReq(XF86DRICreateDrawable, req);
404 req->reqType = info->codes->major_opcode;
405 req->driReqType = X_XF86DRICreateDrawable;
406 req->screen = screen;
407 req->drawable = drawable;
431 xXF86DRIDestroyDrawableReq *req;
453 GetReq(XF86DRIDestroyDrawable, req);
454 req->reqType = info->codes->major_opcode;
455 req->driReqType = X_XF86DRIDestroyDrawable;
456 req->screen = screen;
457 req->drawable = drawable;
478 xXF86DRIGetDrawableInfoReq *req;
485 GetReq(XF86DRIGetDrawableInfo, req);
486 req->reqType = info->codes->major_opcode;
487 req->driReqType = X_XF86DRIGetDrawableInfo;
488 req->screen = screen;
489 req->drawable = drawable;
563 xXF86DRIGetDeviceInfoReq *req;
569 GetReq(XF86DRIGetDeviceInfo, req);
570 req->reqType = info->codes->major_opcode;
571 req->driReqType = X_XF86DRIGetDeviceInfo;
572 req->screen = screen;