Lines Matching refs:glxpixmap
146 CARD32 screen, glxpixmap; in dispatch_CreateGLXPixmap() local
150 glxpixmap = GlxCheckSwap(client, stuff->glxpixmap); in dispatch_CreateGLXPixmap()
151 LEGAL_NEW_RESOURCE(glxpixmap, client); in dispatch_CreateGLXPixmap()
157 if (!glxServer.addXIDMap(glxpixmap, vendor)) { in dispatch_CreateGLXPixmap()
162 glxServer.removeXIDMap(glxpixmap); in dispatch_CreateGLXPixmap()
192 CARD32 glxpixmap; in dispatch_DestroyGLXPixmap() local
195 glxpixmap = GlxCheckSwap(client, stuff->glxpixmap); in dispatch_DestroyGLXPixmap()
196 vendor = glxServer.getXIDMap(glxpixmap); in dispatch_DestroyGLXPixmap()
202 client->errorValue = glxpixmap; in dispatch_DestroyGLXPixmap()
318 CARD32 screen, glxpixmap; in dispatch_CreatePixmap() local
322 glxpixmap = GlxCheckSwap(client, stuff->glxpixmap); in dispatch_CreatePixmap()
323 LEGAL_NEW_RESOURCE(glxpixmap, client); in dispatch_CreatePixmap()
329 if (!glxServer.addXIDMap(glxpixmap, vendor)) { in dispatch_CreatePixmap()
334 glxServer.removeXIDMap(glxpixmap); in dispatch_CreatePixmap()
419 CARD32 glxpixmap; in dispatch_DestroyPixmap() local
422 glxpixmap = GlxCheckSwap(client, stuff->glxpixmap); in dispatch_DestroyPixmap()
423 vendor = glxServer.getXIDMap(glxpixmap); in dispatch_DestroyPixmap()
428 glxServer.removeXIDMap(glxpixmap); in dispatch_DestroyPixmap()
432 client->errorValue = glxpixmap; in dispatch_DestroyPixmap()