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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dri.c676 DRIContextType oldContextType, void *oldContext,
683 if ((syncType==DRI_3D_SYNC) && (oldContextType==DRI_2D_CONTEXT) &&
687 if ((syncType==DRI_2D_SYNC) && (oldContextType==DRI_NO_CONTEXT) &&
675 SISDRISwapContext(ScreenPtr pScreen,DRISyncType syncType,DRIContextType oldContextType,void * oldContext,DRIContextType newContextType,void * newContext) argument
/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddri.c1724 DRIContextType oldContextType; local in function:DRISwapContext
1769 oldContextType = DRI_3D_CONTEXT;
1772 oldContextType = DRI_NO_CONTEXT;
1793 oldContextType = DRI_2D_CONTEXT;
1805 oldContextType = DRI_2D_CONTEXT;
1827 oldContextType = DRI_3D_CONTEXT;
1843 oldContextType = DRI_3D_CONTEXT;
1859 oldContextType,
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddri.c1705 DRIContextType oldContextType; local in function:DRISwapContext
1749 oldContextType = DRI_3D_CONTEXT;
1751 oldContextType = DRI_NO_CONTEXT;
1772 oldContextType = DRI_2D_CONTEXT;
1784 oldContextType = DRI_2D_CONTEXT;
1806 oldContextType = DRI_3D_CONTEXT;
1822 oldContextType = DRI_3D_CONTEXT;
1838 oldContextType,
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_dri.c235 DRIContextType oldContextType, void *oldContext,
239 oldContextType == DRI_2D_CONTEXT &&
248 DRIContextType oldContextType, void *oldContext,
252 oldContextType == DRI_2D_CONTEXT &&
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-intel/dist/src/legacy/i810/
H A Di810_dri.c987 DRIContextType oldContextType, void *oldContext,
994 oldContextType == DRI_2D_CONTEXT && newContextType == DRI_2D_CONTEXT) {
1003 oldContextType == DRI_NO_CONTEXT &&
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,
994 oldContextType == DRI_2D_CONTEXT && newContextType == DRI_2D_CONTEXT) {
1003 oldContextType == DRI_NO_CONTEXT &&
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,
149 if ((syncType==DRI_3D_SYNC) && (oldContextType==DRI_2D_CONTEXT) &&
153 if ((syncType==DRI_2D_SYNC) && (oldContextType==DRI_NO_CONTEXT) &&
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.c112 DRIContextType oldContextType,
117 if ( ( syncType == DRI_3D_SYNC ) && ( oldContextType == DRI_2D_CONTEXT ) &&
122 if ( ( syncType == DRI_2D_SYNC ) && ( oldContextType == DRI_NO_CONTEXT ) &&
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,
1112 oldContextType == DRI_2D_CONTEXT && newContextType == DRI_2D_CONTEXT) {
1121 oldContextType == DRI_NO_CONTEXT &&
1104 I810DRISwapContext(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-ati/dist/src/
H A Dradeon_dri.c395 DRIContextType oldContextType,
400 if ((syncType==DRI_3D_SYNC) && (oldContextType==DRI_2D_CONTEXT) &&
405 if ((syncType==DRI_2D_SYNC) && (oldContextType==DRI_NO_CONTEXT) &&
394 RADEONDRISwapContext(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

Completed in 39 milliseconds