Lines Matching refs:swapAction
172 xDbeSwapAction swapAction; in ProcDbeAllocateBackBufferName() local
190 swapAction = stuff->swapAction; /* use local var for performance. */ in ProcDbeAllocateBackBufferName()
191 if ((swapAction != XdbeUndefined) && in ProcDbeAllocateBackBufferName()
192 (swapAction != XdbeBackground) && in ProcDbeAllocateBackBufferName()
193 (swapAction != XdbeUntouched) && (swapAction != XdbeCopied)) { in ProcDbeAllocateBackBufferName()
319 stuff->swapAction); in ProcDbeAllocateBackBufferName()
346 pDbeWindowPriv->swapAction = stuff->swapAction; in ProcDbeAllocateBackBufferName()
503 if ((dbeSwapInfo[i].swapAction != XdbeUndefined) && in ProcDbeSwapBuffers()
504 (dbeSwapInfo[i].swapAction != XdbeBackground) && in ProcDbeSwapBuffers()
505 (dbeSwapInfo[i].swapAction != XdbeUntouched) && in ProcDbeSwapBuffers()
506 (dbeSwapInfo[i].swapAction != XdbeCopied)) { in ProcDbeSwapBuffers()
513 swapInfo[i].swapAction = dbeSwapInfo[i].swapAction; in ProcDbeSwapBuffers()