Lines Matching refs:req
157 xAppleDRIQueryVersionReq *req; local
163 GetReq(AppleDRIQueryVersion, req);
164 req->reqType = info->codes->major_opcode;
165 req->driReqType = X_AppleDRIQueryVersion;
189 xAppleDRIQueryDirectRenderingCapableReq *req; local
195 GetReq(AppleDRIQueryDirectRenderingCapable, req);
196 req->reqType = info->codes->major_opcode;
197 req->driReqType = X_AppleDRIQueryDirectRenderingCapable;
198 req->screen = screen;
219 xAppleDRIAuthConnectionReq *req; local
226 GetReq(AppleDRIAuthConnection, req);
227 req->reqType = info->codes->major_opcode;
228 req->driReqType = X_AppleDRIAuthConnection;
229 req->screen = screen;
230 req->magic = magic;
255 xAppleDRICreateSurfaceReq *req; local
261 GetReq(AppleDRICreateSurface, req);
262 req->reqType = info->codes->major_opcode;
263 req->driReqType = X_AppleDRICreateSurface;
264 req->screen = screen;
265 req->drawable = drawable;
266 req->client_id = client_id;
290 xAppleDRIDestroySurfaceReq *req; local
296 GetReq(AppleDRIDestroySurface, req);
297 req->reqType = info->codes->major_opcode;
298 req->driReqType = X_AppleDRIDestroySurface;
299 req->screen = screen;
300 req->drawable = drawable;
313 xAppleDRICreateSharedBufferReq *req; in XAppleDRICreateSharedBuffer() local
319 GetReq(AppleDRICreateSharedBuffer, req); in XAppleDRICreateSharedBuffer()
320 req->reqType = info->codes->major_opcode; in XAppleDRICreateSharedBuffer()
321 req->driReqType = X_AppleDRICreateSharedBuffer; in XAppleDRICreateSharedBuffer()
322 req->screen = screen; in XAppleDRICreateSharedBuffer()
323 req->drawable = drawable; in XAppleDRICreateSharedBuffer()
324 req->doubleSwap = doubleSwap; in XAppleDRICreateSharedBuffer()
360 xAppleDRISwapBuffersReq *req; in XAppleDRISwapBuffers() local
365 GetReq(AppleDRISwapBuffers, req); in XAppleDRISwapBuffers()
366 req->reqType = info->codes->major_opcode; in XAppleDRISwapBuffers()
367 req->driReqType = X_AppleDRISwapBuffers; in XAppleDRISwapBuffers()
368 req->screen = screen; in XAppleDRISwapBuffers()
369 req->drawable = drawable; in XAppleDRISwapBuffers()
382 xAppleDRICreatePixmapReq *req; in XAppleDRICreatePixmap() local
388 GetReq(AppleDRICreatePixmap, req); in XAppleDRICreatePixmap()
389 req->reqType = info->codes->major_opcode; in XAppleDRICreatePixmap()
390 req->driReqType = X_AppleDRICreatePixmap; in XAppleDRICreatePixmap()
391 req->screen = screen; in XAppleDRICreatePixmap()
392 req->drawable = drawable; in XAppleDRICreatePixmap()
437 xAppleDRIDestroyPixmapReq *req; in XAppleDRIDestroyPixmap() local
442 GetReq(AppleDRIDestroyPixmap, req); in XAppleDRIDestroyPixmap()
443 req->reqType = info->codes->major_opcode; in XAppleDRIDestroyPixmap()
444 req->driReqType = X_AppleDRIDestroyPixmap; in XAppleDRIDestroyPixmap()
445 req->drawable = drawable; in XAppleDRIDestroyPixmap()