Home
last modified time | relevance | path

Searched refs:swapGroup (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxswap.c127 SwapGroupPtr pSwap = pWinPriv->swapGroup; in SGSwapBuffers()
166 SwapGroupPtr pSwap = pWinPriv->swapGroup; in SGWindowUnmapped()
247 for (pEntry = pWinPriv->swapGroup; pEntry; pEntry = pEntry->pNext) in JoinSwapGroupSGIX()
252 if (pWinPriv->swapGroup) { in JoinSwapGroupSGIX()
253 SwapGroupPtr pSwapGroup = pWinPriv->swapGroup; in JoinSwapGroupSGIX()
258 for (pOldSwap = pWinPriv->swapGroup, pPrev = NULL; in JoinSwapGroupSGIX()
273 DMX_GET_WINDOW_PRIV(pEntry->pWin)->swapGroup in JoinSwapGroupSGIX()
298 pWinPriv->swapGroup = NULL; in JoinSwapGroupSGIX()
311 pWinPriv->swapGroup = pOldSwap; in JoinSwapGroupSGIX()
322 SwapGroupPtr pMemberSwapGroup = pMemberPriv->swapGroup; in JoinSwapGroupSGIX()
[all …]
H A Dglxcmds.c2323 DMX_GET_WINDOW_PRIV((WindowPtr) pDraw)->swapGroup) { in __glXSwapBuffers()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxwindow.h54 void *swapGroup; member
H A Ddmxwindow.c330 pWinPriv->swapGroup = NULL; in dmxCreateWindow()
424 if (pWinPriv->swapGroup && pWinPriv->windowDestroyed) in dmxDestroyWindow()
677 if (pWinPriv->swapGroup && pWinPriv->windowUnmapped) in dmxUnrealizeWindow()