Lines Matching defs:req
113 xWindowsDRIQueryVersionReq *req;
119 GetReq(WindowsDRIQueryVersion, req);
120 req->reqType = info->codes->major_opcode;
121 req->driReqType = X_WindowsDRIQueryVersion;
145 xWindowsDRIQueryDirectRenderingCapableReq *req;
151 GetReq(WindowsDRIQueryDirectRenderingCapable, req);
152 req->reqType = info->codes->major_opcode;
153 req->driReqType = X_WindowsDRIQueryDirectRenderingCapable;
154 req->screen = screen;
174 xWindowsDRIQueryDrawableReq *req;
180 GetReq(WindowsDRIQueryDrawable, req);
181 req->reqType = info->codes->major_opcode;
182 req->driReqType = X_WindowsDRIQueryDrawable;
183 req->screen = screen;
184 req->drawable = drawable;
212 xWindowsDRIFBConfigToPixelFormatReq *req;
218 GetReq(WindowsDRIFBConfigToPixelFormat, req);
219 req->reqType = info->codes->major_opcode;
220 req->driReqType = X_WindowsDRIFBConfigToPixelFormat;
221 req->screen = screen;
222 req->fbConfigID = fbConfigID;