Home
last modified time | relevance | path

Searched refs:swapAction (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/dbe/
H A Ddbe.c172 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()
[all …]
H A Dmidbe.c133 miDbeAllocBackBufferName(WindowPtr pWin, XID bufId, int swapAction) in miDbeAllocBackBufferName() argument
269 switch (swapInfo[0].swapAction) { in miDbeSwapBuffers()
306 switch (swapInfo[0].swapAction) { in miDbeSwapBuffers()
348 swapInfo[0].swapAction = swapInfo[*pNumWindows - 1].swapAction; in miDbeSwapBuffers()
352 swapInfo[*pNumWindows - 1].swapAction = 0; in miDbeSwapBuffers()
357 swapInfo[0].swapAction = 0; in miDbeSwapBuffers()
H A Ddbestruct.h93 unsigned char swapAction; member
112 unsigned char swapAction; member