Home
last modified time | relevance | path

Searched refs:newctx (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c305 void *newctx; in drmSIGIOHandler() local
325 newctx = drmGetContextTag(entry->fd, new); in drmSIGIOHandler()
326 ((_drmCallback) entry->f) (entry->fd, oldctx, newctx); in drmSIGIOHandler()
1717 DRISwapContext(int drmFD, void *oldctx, void *newctx) in DRISwapContext() argument
1720 DRIContextPrivPtr newContext = (DRIContextPrivPtr) newctx; in DRISwapContext()
H A Ddri.h274 extern _X_EXPORT void DRISwapContext(int drmFD, void *oldctx, void *newctx);