HomeSort by: relevance | last modified time | path
    Searched refs:swapAction (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/dbe/
dbestruct.h 93 unsigned char swapAction;
112 unsigned char swapAction;
191 int /*swapAction */
dbe.c 174 xDbeSwapAction swapAction;
192 swapAction = stuff->swapAction; /* use local var for performance. */
193 if ((swapAction != XdbeUndefined) &&
194 (swapAction != XdbeBackground) &&
195 (swapAction != XdbeUntouched) && (swapAction != XdbeCopied)) {
321 stuff->swapAction);
348 pDbeWindowPriv->swapAction = stuff->swapAction;
    [all...]
midbe.c 135 miDbeAllocBackBufferName(WindowPtr pWin, XID bufId, int swapAction)
273 switch (swapInfo[0].swapAction) {
310 switch (swapInfo[0].swapAction) {
352 swapInfo[0].swapAction = swapInfo[*pNumWindows - 1].swapAction;
356 swapInfo[*pNumWindows - 1].swapAction = 0;
361 swapInfo[0].swapAction = 0;
  /xsrc/external/mit/xorg-server.old/dist/dbe/
dbestruct.h 101 unsigned char swapAction;
121 unsigned char swapAction;
191 int /*swapAction*/
dbe.c 188 xDbeSwapAction swapAction;
208 swapAction = stuff->swapAction; /* use local var for performance. */
209 if ((swapAction != XdbeUndefined ) &&
210 (swapAction != XdbeBackground) &&
211 (swapAction != XdbeUntouched ) &&
212 (swapAction != XdbeCopied ))
352 stuff->swapAction);
380 pDbeWindowPriv->swapAction = stuff->swapAction;
    [all...]
midbe.c 146 miDbeAllocBackBufferName(WindowPtr pWin, XID bufId, int swapAction)
305 switch(swapInfo[0].swapAction)
344 switch(swapInfo[0].swapAction)
393 swapInfo[0].swapAction = swapInfo[*pNumWindows - 1].swapAction;
397 swapInfo[*pNumWindows - 1].swapAction = 0;
403 swapInfo[0].swapAction = 0;
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
dbeproto.h 58 xDbeSwapAction swapAction; /* swap action */
126 xDbeSwapAction swapAction; /* swap action hint */
  /xsrc/external/mit/libXext/dist/src/
Xdbe.c 182 req->swapAction = (unsigned char)swap_action;

Completed in 10 milliseconds