Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/dri/
H A Ddri.c599 if (pDRIInfo->SwapContext) { in DRIScreenInit()
600 (*pDRIInfo->SwapContext) (pScreen, in DRIScreenInit()
1685 (*pDRIPriv->pDriverInfo->SwapContext) (pScreen, in DRIDoWakeupHandler()
1701 (*pDRIPriv->pDriverInfo->SwapContext) (pScreen, in DRIDoBlockHandler()
1757 if (!pDRIPriv->pDriverInfo->SwapContext) { in DRISwapContext()
1817 (*pDRIPriv->pDriverInfo->SwapContext) (pScreen, in DRISwapContext()
1857 (*pDRIPriv->pDriverInfo->SwapContext) (pScreen, in DRISwapContext()
2057 (*pDRIPriv->pDriverInfo->SwapContext) (pScreen, in DRILockTree()
2080 (*pDRIPriv->pDriverInfo->SwapContext) (pScreen, in DRILockTree()
H A Ddri.h126 void (*SwapContext) (ScreenPtr pScreen, member