| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_dri.c | 676 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 D | dri.c | 1724 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 D | dri.c | 1705 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 D | mga_dri.c | 235 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 D | i810_dri.c | 987 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 D | i810_dri.c | 987 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 D | r128_dri.c | 146 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 D | atidri.c | 112 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 D | i810_dri.c | 1105 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 D | tdfx_dri.c | 322 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 D | xgi_dri.c | 630 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 D | radeon_dri.c | 395 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 D | via_dri.c | 780 DRIContextType oldContextType, void *oldContext, 779 VIADRISwapContext(ScreenPtr pScreen,DRISyncType syncType,DRIContextType oldContextType,void * oldContext,DRIContextType newContextType,void * newContext) argument
|