Searched refs:oldContext (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddri.c1719 DRIContextPrivPtr oldContext = (DRIContextPrivPtr) oldctx; local in function:DRISwapContext
1734 "[DRI] Context Switch Error: oldContext=%p, newContext=%p\n",
1735 oldContext, newContext);
1744 oldContext,
1745 oldContext ? oldContext->flags : 0,
1746 oldContext ? oldContext->hwContext : -1);
1766 if (oldContext) {
1767 oldContextStore = DRIGetContextStore(oldContext);
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddri.c1700 DRIContextPrivPtr oldContext = (DRIContextPrivPtr)oldctx; local in function:DRISwapContext
1714 "[DRI] Context Switch Error: oldContext=%x, newContext=%x\n",
1715 oldContext, newContext);
1724 oldContext,
1725 oldContext ? oldContext->flags : 0,
1726 oldContext ? oldContext->hwContext : -1);
1746 if (oldContext) {
1747 oldContextStore = DRIGetContextStore(oldContext);
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dri.c676 DRIContextType oldContextType, void *oldContext,
675 SISDRISwapContext(ScreenPtr pScreen,DRISyncType syncType,DRIContextType oldContextType,void * oldContext,DRIContextType newContextType,void * newContext) argument
/xsrc/external/mit/xf86-video-tdfx/dist/src/
H A Dtdfx_dri.c322 DRIContextType oldContextType, void *oldContext,
321 TDFXDRISwapContext(ScreenPtr pScreen,DRISyncType syncType,DRIContextType oldContextType,void * oldContext,DRIContextType newContextType,void * newContext) argument
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dri.c630 DRIContextType oldContextType, void *oldContext,
629 XGIDRISwapContext(ScreenPtr pScreen,DRISyncType syncType,DRIContextType oldContextType,void * oldContext,DRIContextType newContextType,void * newContext) argument
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dri.c235 DRIContextType oldContextType, void *oldContext,
248 DRIContextType oldContextType, void *oldContext,
234 MGADRISwapContext(ScreenPtr pScreen,DRISyncType syncType,DRIContextType oldContextType,void * oldContext,DRIContextType newContextType,void * newContext) argument
247 MGADRISwapContextShared(ScreenPtr pScreen,DRISyncType syncType,DRIContextType oldContextType,void * oldContext,DRIContextType newContextType,void * newContext) argument
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_dri.c780 DRIContextType oldContextType, void *oldContext,
779 VIADRISwapContext(ScreenPtr pScreen,DRISyncType syncType,DRIContextType oldContextType,void * oldContext,DRIContextType newContextType,void * newContext) argument
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_dri.c987 DRIContextType oldContextType, void *oldContext,
986 I810DRISwapContext(ScreenPtr pScreen,DRISyncType syncType,DRIContextType oldContextType,void * oldContext,DRIContextType newContextType,void * newContext) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_dri.c987 DRIContextType oldContextType, void *oldContext,
986 I810DRISwapContext(ScreenPtr pScreen,DRISyncType syncType,DRIContextType oldContextType,void * oldContext,DRIContextType newContextType,void * newContext) argument
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_dri.c146 DRIContextType oldContextType, void *oldContext,
145 R128DRISwapContext(ScreenPtr pScreen,DRISyncType syncType,DRIContextType oldContextType,void * oldContext,DRIContextType newContextType,void * newContext) argument
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datidri.c113 void *oldContext,
110 ATIDRISwapContext(ScreenPtr pScreen,DRISyncType syncType,DRIContextType oldContextType,void * oldContext,DRIContextType newContextType,void * newContext) argument
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di810_dri.c1105 DRIContextType oldContextType, void *oldContext,
1104 I810DRISwapContext(ScreenPtr pScreen,DRISyncType syncType,DRIContextType oldContextType,void * oldContext,DRIContextType newContextType,void * newContext) argument
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri.c396 void *oldContext,
394 RADEONDRISwapContext(ScreenPtr pScreen,DRISyncType syncType,DRIContextType oldContextType,void * oldContext,DRIContextType newContextType,void * newContext) argument

Completed in 34 milliseconds