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

  /xsrc/external/mit/xorg-server.old/dist/Xext/
shm.c 634 xShmGetImageReply xgi; local
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.length, n)
787 xShmGetImageReply xgi; local
    [all...]
panoramiXprocs.c 1787 xGetImageReply xgi; local
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/xorg-server/dist/Xext/
shm.c 621 xShmGetImageReply xgi; local
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
876 xgi = (xShmGetImageReply)
    [all...]
panoramiXprocs.c 1947 xGetImageReply xgi; local
2021 xgi = (xGetImageReply) {
2040 xgi.length = bytes_to_int32(length);
2054 WriteReplyToClient(client, sizeof(xGetImageReply), &xgi);
  /xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c 2008 xGetImageReply xgi; local
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.length = bytes_to_int32(xgi.length)
    [all...]
  /xsrc/external/mit/xorg-server/dist/dix/
dispatch.c 2152 xGetImageReply xgi; local
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.length)
    [all...]
  /xsrc/external/mit/xf86-video-xgi/dist/
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 30 milliseconds