Searched refs:xgi (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | shm.c | 634 xShmGetImageReply xgi; local in function:ProcShmGetImage 669 xgi.visual = wVisual(((WindowPtr)pDraw)); 679 xgi.visual = None; 681 xgi.type = X_Reply; 682 xgi.length = 0; 683 xgi.sequenceNumber = client->sequence; 684 xgi.depth = pDraw->depth; 698 xgi.size = length; 730 swaps(&xgi.sequenceNumber, n); 731 swapl(&xgi 787 xShmGetImageReply xgi; local in function:ProcPanoramiXShmGetImage [all...] |
| H A D | panoramiXprocs.c | 1787 xGetImageReply xgi; local in function:PanoramiXGetImage 1856 xgi.visual = wVisual (((WindowPtr) pDraw)); 1857 xgi.type = X_Reply; 1858 xgi.sequenceNumber = client->sequence; 1859 xgi.depth = pDraw->depth; 1874 xgi.length = bytes_to_int32(length); 1889 WriteReplyToClient(client, sizeof (xGetImageReply), &xgi);
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | Makefile.am | 56 xgi.h \
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | shm.c | 621 xShmGetImageReply xgi; local in function:ProcShmGetImage 669 xgi = (xShmGetImageReply) { 687 xgi.size = length; 724 swaps(&xgi.sequenceNumber); 725 swapl(&xgi.length); 726 swapl(&xgi.visual); 727 swapl(&xgi.size); 729 WriteToClient(client, sizeof(xShmGetImageReply), &xgi); 783 xShmGetImageReply xgi; local in function:ProcPanoramiXShmGetImage 876 xgi [all...] |
| H A D | panoramiXprocs.c | 1947 xGetImageReply xgi; local in function:PanoramiXGetImage 2021 xgi = (xGetImageReply) { 2040 xgi.length = bytes_to_int32(length); 2054 WriteReplyToClient(client, sizeof(xGetImageReply), &xgi);
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | dispatch.c | 2008 xGetImageReply xgi; local in function:DoGetImage 2020 memset(&xgi, 0, sizeof(xGetImageReply)); 2051 xgi.visual = wVisual (pWin); 2056 xgi.visual = None; 2074 xgi.type = X_Reply; 2075 xgi.sequenceNumber = client->sequence; 2076 xgi.depth = pDraw->depth; 2093 xgi.length = length; 2104 *(xGetImageReply *)pBuf = xgi; 2107 xgi [all...] |
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | dispatch.c | 2152 xGetImageReply xgi; local in function:DoGetImage 2163 memset(&xgi, 0, sizeof(xGetImageReply)); 2200 xgi.visual = wVisual(pWin); 2204 xgi.visual = None; 2222 xgi.type = X_Reply; 2223 xgi.sequenceNumber = client->sequence; 2224 xgi.depth = pDraw->depth; 2239 xgi.length = length; 2241 xgi.length = bytes_to_int32(xgi [all...] |
| /xsrc/external/mit/xf86-video-xgi/dist/ |
| H A D | configure | 3 # Generated by GNU Autoconf 2.67 for xf86-video-xgi 1.6.0. 703 PACKAGE_NAME='xf86-video-xgi' 704 PACKAGE_TARNAME='xf86-video-xgi' 706 PACKAGE_STRING='xf86-video-xgi 1.6.0' 1454 \`configure' configures xf86-video-xgi 1.6.0 to adapt to many kinds of systems. 1502 --docdir=DIR documentation root [DATAROOTDIR/doc/xf86-video-xgi] 1524 short | recursive ) echo "Configuration of xf86-video-xgi 1.6.0:";; 1644 xf86-video-xgi configure 1.6.0 1968 It was created by xf86-video-xgi $as_me 1.6.0, which was 2795 PACKAGE='xf86-video-xgi' [all...] |
Completed in 20 milliseconds