Searched refs:srcWin (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessScreen.c247 WindowPtr srcWin, dstWin, maskWin = NULL; local in function:RootlessComposite
253 srcWin = (pSrc->pDrawable && pSrc->pDrawable->type == DRAWABLE_WINDOW) ?
261 if (srcWin && IsFramedWindow(srcWin))
262 RootlessStartDrawing(srcWin);
291 WindowPtr srcWin, dstWin; local in function:RootlessGlyphs
293 srcWin = (pSrc->pDrawable && pSrc->pDrawable->type == DRAWABLE_WINDOW) ?
298 if (srcWin && IsFramedWindow(srcWin)) RootlessStartDrawing(srcWin);
[all...]
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessScreen.c238 WindowPtr srcWin, dstWin, maskWin = NULL; local in function:RootlessComposite
245 srcWin = (pSrc->pDrawable && pSrc->pDrawable->type == DRAWABLE_WINDOW) ?
253 if (srcWin && IsFramedWindow(srcWin))
254 RootlessStartDrawing(srcWin);
281 WindowPtr srcWin, dstWin; local in function:RootlessGlyphs
283 srcWin = (pSrc->pDrawable && pSrc->pDrawable->type == DRAWABLE_WINDOW) ?
288 if (srcWin && IsFramedWindow(srcWin))
289 RootlessStartDrawing(srcWin);
[all...]
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxsnoop.c35 * Grab the z/stencil/back/front image from the srcWin and display it
39 redraw(Display *dpy, Window srcWin, Window dstWin ) argument
43 glXMakeCurrent(dpy, srcWin, Context);

Completed in 5 milliseconds