Searched refs:swapAction (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/dbe/
H A Ddbestruct.h101 unsigned char swapAction; member in struct:_DbeSwapInfoRec
121 unsigned char swapAction; member in struct:_DbeWindowPrivRec
191 int /*swapAction*/
H A Ddbe.c188 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;
186 xDbeSwapAction swapAction; local in function:ProcDbeAllocateBackBufferName
[all...]
H A Dmidbe.c146 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;
144 miDbeAllocBackBufferName(WindowPtr pWin,XID bufId,int swapAction) argument
/xsrc/external/mit/xorg-server/dist/dbe/
H A Ddbestruct.h93 unsigned char swapAction; member in struct:_DbeSwapInfoRec
112 unsigned char swapAction; member in struct:_DbeWindowPrivRec
191 int /*swapAction */
H A Ddbe.c174 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;
172 xDbeSwapAction swapAction; local in function:ProcDbeAllocateBackBufferName
[all...]
H A Dmidbe.c135 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;
133 miDbeAllocBackBufferName(WindowPtr pWin,XID bufId,int swapAction) argument
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Ddbeproto.h58 xDbeSwapAction swapAction; /* swap action */ member in struct:__anon22b2376c0108
126 xDbeSwapAction swapAction; /* swap action hint */ member in struct:__anon22b2376c0708
/xsrc/external/mit/libXext/dist/src/
H A DXdbe.c182 req->swapAction = (unsigned char)swap_action;

Completed in 8 milliseconds