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

/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddri.c1720 DRIContextPrivPtr newContext = (DRIContextPrivPtr) newctx; local in function:DRISwapContext
1721 ScreenPtr pScreen = newContext->pScreen;
1732 if (!newContext) {
1734 "[DRI] Context Switch Error: oldContext=%p, newContext=%p\n",
1735 oldContext, newContext);
1750 newContext,
1751 newContext ? newContext->flags : 0,
1752 newContext ? newContext
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddri.c1701 DRIContextPrivPtr newContext = (DRIContextPrivPtr)newctx; local in function:DRISwapContext
1702 ScreenPtr pScreen = newContext->pScreen;
1712 if (!newContext) {
1714 "[DRI] Context Switch Error: oldContext=%x, newContext=%x\n",
1715 oldContext, newContext);
1730 newContext,
1731 newContext ? newContext->flags : 0,
1732 newContext ? newContext
[all...]
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dri.c677 DRIContextType newContextType, void *newContext)
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.c323 DRIContextType newContextType, void *newContext)
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.c631 DRIContextType newContextType, void *newContext)
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.c236 DRIContextType newContextType, void *newContext )
249 DRIContextType newContextType, void *newContext )
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.c781 DRIContextType newContextType, void *newContext)
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.c988 DRIContextType newContextType, void *newContext)
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.c988 DRIContextType newContextType, void *newContext)
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.c147 DRIContextType newContextType, void *newContext)
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.c115 void *newContext )
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.c1106 DRIContextType newContextType, void *newContext)
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.c398 void *newContext)
394 RADEONDRISwapContext(ScreenPtr pScreen,DRISyncType syncType,DRIContextType oldContextType,void * oldContext,DRIContextType newContextType,void * newContext) argument

Completed in 22 milliseconds