Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c541 switch (pDRIInfo->driverSwapMethod) { in DRIScreenInit()
571 switch (pDRIInfo->driverSwapMethod) { in DRIScreenInit()
1683 if (pDRIPriv->pDriverInfo->driverSwapMethod == DRI_HIDE_X_CONTEXT) { in DRIDoWakeupHandler()
1699 if (pDRIPriv->pDriverInfo->driverSwapMethod == DRI_HIDE_X_CONTEXT) { in DRIDoBlockHandler()
1763 if (pDRIPriv->pDriverInfo->driverSwapMethod == DRI_HIDE_X_CONTEXT) { in DRISwapContext()
2056 if (pDRIPriv->pDriverInfo->driverSwapMethod == DRI_HIDE_X_CONTEXT) { in DRILockTree()
2078 if (pDRIPriv->pDriverInfo->driverSwapMethod == DRI_HIDE_X_CONTEXT) { in DRILockTree()
H A Ddri.h159 DRISwapMethod driverSwapMethod; member