Searched refs:newctx (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/ |
| H A D | dri.h | 274 extern _X_EXPORT void DRISwapContext(int drmFD, void *oldctx, void *newctx);
|
| H A D | dri.c | 305 void *newctx; local in function:drmSIGIOHandler 325 newctx = drmGetContextTag(entry->fd, new); 326 ((_drmCallback) entry->f) (entry->fd, oldctx, newctx); 1717 DRISwapContext(int drmFD, void *oldctx, void *newctx) argument 1720 DRIContextPrivPtr newContext = (DRIContextPrivPtr) newctx;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/ |
| H A D | dri.h | 302 void *newctx);
|
| H A D | dri.c | 1698 DRISwapContext(int drmFD, void *oldctx, void *newctx) argument 1701 DRIContextPrivPtr newContext = (DRIContextPrivPtr)newctx; 2447 void *newctx; local in function:drmSIGIOHandler 2472 newctx = drmGetContextTag(entry->fd, new); 2474 fprintf(stderr, "%d %d %p %p\n", old, new, oldctx, newctx); 2476 ((_drmCallback)entry->f)(entry->fd, oldctx, newctx);
|
Completed in 10 milliseconds