Searched refs:oldctx (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Selection.c | 920 Select oldctx = NULL; local in function:OwnSelection 957 oldctx = ctx; 969 oldctx = ctx; 970 oldctx->free_when_done = TRUE; 997 if (oldctx) { 998 (void) LoseSelection(oldctx, oldctx->widget, selection, oldctx->time); 999 if (!oldctx->ref_count && oldctx [all...] |
| /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 | 304 void *oldctx; local in function:drmSIGIOHandler 324 oldctx = drmGetContextTag(entry->fd, old); 326 ((_drmCallback) entry->f) (entry->fd, oldctx, newctx); 1717 DRISwapContext(int drmFD, void *oldctx, void *newctx) argument 1719 DRIContextPrivPtr oldContext = (DRIContextPrivPtr) oldctx;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/ |
| H A D | dri.h | 301 void *oldctx,
|
| H A D | dri.c | 1698 DRISwapContext(int drmFD, void *oldctx, void *newctx) argument 1700 DRIContextPrivPtr oldContext = (DRIContextPrivPtr)oldctx; 2446 void *oldctx; local in function:drmSIGIOHandler 2471 oldctx = drmGetContextTag(entry->fd, old); 2474 fprintf(stderr, "%d %d %p %p\n", old, new, oldctx, newctx); 2476 ((_drmCallback)entry->f)(entry->fd, oldctx, newctx);
|
Completed in 11 milliseconds