Lines Matching refs:swapInfo
253 miDbeSwapBuffers(ClientPtr client, int *pNumWindows, DbeSwapInfoPtr swapInfo)
262 pWin = swapInfo[0].pWindow;
273 switch (swapInfo[0].swapAction) {
310 switch (swapInfo[0].swapAction) {
351 swapInfo[0].pWindow = swapInfo[*pNumWindows - 1].pWindow;
352 swapInfo[0].swapAction = swapInfo[*pNumWindows - 1].swapAction;
355 swapInfo[*pNumWindows - 1].pWindow = (WindowPtr) NULL;
356 swapInfo[*pNumWindows - 1].swapAction = 0;
360 swapInfo[0].pWindow = (WindowPtr) NULL;
361 swapInfo[0].swapAction = 0;