Lines Matching refs:stuff

16     REQUEST_AT_LEAST_SIZE(*stuff);  in dispatch_Render()
17 contextTag = GlxCheckSwap(client, stuff->contextTag); in dispatch_Render()
33 REQUEST_AT_LEAST_SIZE(*stuff); in dispatch_RenderLarge()
34 contextTag = GlxCheckSwap(client, stuff->contextTag); in dispatch_RenderLarge()
50 REQUEST_SIZE_MATCH(*stuff); in dispatch_CreateContext()
51 screen = GlxCheckSwap(client, stuff->screen); in dispatch_CreateContext()
52 context = GlxCheckSwap(client, stuff->context); in dispatch_CreateContext()
77 REQUEST_SIZE_MATCH(*stuff); in dispatch_DestroyContext()
78 context = GlxCheckSwap(client, stuff->context); in dispatch_DestroyContext()
97 REQUEST_SIZE_MATCH(*stuff); in dispatch_WaitGL()
98 contextTag = GlxCheckSwap(client, stuff->contextTag); in dispatch_WaitGL()
114 REQUEST_SIZE_MATCH(*stuff); in dispatch_WaitX()
115 contextTag = GlxCheckSwap(client, stuff->contextTag); in dispatch_WaitX()
131 REQUEST_SIZE_MATCH(*stuff); in dispatch_UseXFont()
132 contextTag = GlxCheckSwap(client, stuff->contextTag); in dispatch_UseXFont()
148 REQUEST_SIZE_MATCH(*stuff); in dispatch_CreateGLXPixmap()
149 screen = GlxCheckSwap(client, stuff->screen); in dispatch_CreateGLXPixmap()
150 glxpixmap = GlxCheckSwap(client, stuff->glxpixmap); in dispatch_CreateGLXPixmap()
175 REQUEST_SIZE_MATCH(*stuff); in dispatch_GetVisualConfigs()
176 screen = GlxCheckSwap(client, stuff->screen); in dispatch_GetVisualConfigs()
194 REQUEST_SIZE_MATCH(*stuff); in dispatch_DestroyGLXPixmap()
195 glxpixmap = GlxCheckSwap(client, stuff->glxpixmap); in dispatch_DestroyGLXPixmap()
211 REQUEST_SIZE_MATCH(*stuff); in dispatch_QueryExtensionsString()
212 screen = GlxCheckSwap(client, stuff->screen); in dispatch_QueryExtensionsString()
230 REQUEST_SIZE_MATCH(*stuff); in dispatch_QueryServerString()
231 screen = GlxCheckSwap(client, stuff->screen); in dispatch_QueryServerString()
249 REQUEST_AT_LEAST_SIZE(*stuff); in dispatch_ChangeDrawableAttributes()
250 drawable = GlxCheckSwap(client, stuff->drawable); in dispatch_ChangeDrawableAttributes()
266 REQUEST_SIZE_MATCH(*stuff); in dispatch_CreateNewContext()
267 screen = GlxCheckSwap(client, stuff->screen); in dispatch_CreateNewContext()
268 context = GlxCheckSwap(client, stuff->context); in dispatch_CreateNewContext()
293 REQUEST_AT_LEAST_SIZE(*stuff); in dispatch_CreatePbuffer()
294 screen = GlxCheckSwap(client, stuff->screen); in dispatch_CreatePbuffer()
295 pbuffer = GlxCheckSwap(client, stuff->pbuffer); in dispatch_CreatePbuffer()
320 REQUEST_AT_LEAST_SIZE(*stuff); in dispatch_CreatePixmap()
321 screen = GlxCheckSwap(client, stuff->screen); in dispatch_CreatePixmap()
322 glxpixmap = GlxCheckSwap(client, stuff->glxpixmap); in dispatch_CreatePixmap()
347 REQUEST_AT_LEAST_SIZE(*stuff); in dispatch_CreateWindow()
348 screen = GlxCheckSwap(client, stuff->screen); in dispatch_CreateWindow()
349 glxwindow = GlxCheckSwap(client, stuff->glxwindow); in dispatch_CreateWindow()
374 REQUEST_AT_LEAST_SIZE(*stuff); in dispatch_CreateContextAttribsARB()
375 screen = GlxCheckSwap(client, stuff->screen); in dispatch_CreateContextAttribsARB()
376 context = GlxCheckSwap(client, stuff->context); in dispatch_CreateContextAttribsARB()
401 REQUEST_SIZE_MATCH(*stuff); in dispatch_DestroyPbuffer()
402 pbuffer = GlxCheckSwap(client, stuff->pbuffer); in dispatch_DestroyPbuffer()
421 REQUEST_SIZE_MATCH(*stuff); in dispatch_DestroyPixmap()
422 glxpixmap = GlxCheckSwap(client, stuff->glxpixmap); in dispatch_DestroyPixmap()
441 REQUEST_SIZE_MATCH(*stuff); in dispatch_DestroyWindow()
442 glxwindow = GlxCheckSwap(client, stuff->glxwindow); in dispatch_DestroyWindow()
461 REQUEST_SIZE_MATCH(*stuff); in dispatch_GetDrawableAttributes()
462 drawable = GlxCheckSwap(client, stuff->drawable); in dispatch_GetDrawableAttributes()
478 REQUEST_SIZE_MATCH(*stuff); in dispatch_GetFBConfigs()
479 screen = GlxCheckSwap(client, stuff->screen); in dispatch_GetFBConfigs()
497 REQUEST_SIZE_MATCH(*stuff); in dispatch_QueryContext()
498 context = GlxCheckSwap(client, stuff->context); in dispatch_QueryContext()
514 REQUEST_SIZE_MATCH(*stuff); in dispatch_IsDirect()
515 context = GlxCheckSwap(client, stuff->context); in dispatch_IsDirect()