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

  /xsrc/external/mit/libXext/dist/src/
XShm.c 174 Bool *sharedPixmaps)
193 *sharedPixmaps = rep.sharedPixmaps ? True : False;
219 if (rep.sharedPixmaps &&
  /xsrc/external/mit/xorg-server.old/dist/Xext/
shm.c 129 static Bool sharedPixmaps;
299 rep.sharedPixmaps = sharedPixmaps;
300 rep.pixmapFormat = sharedPixmaps ? ZPixmap : 0;
927 if (!sharedPixmaps)
1049 if (!sharedPixmaps)
1292 sharedPixmaps = xFalse;
1294 sharedPixmaps = xTrue;
1301 sharedPixmaps = xFalse;
1303 if (sharedPixmaps)
    [all...]
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
shmproto.h 58 BOOL sharedPixmaps;
  /xsrc/external/mit/xorg-server/dist/Xext/
shm.c 117 static Bool sharedPixmaps;
281 .sharedPixmaps = sharedPixmaps,
288 .pixmapFormat = sharedPixmaps ? ZPixmap : 0
935 if (!sharedPixmaps)
1068 if (!sharedPixmaps)
1546 sharedPixmaps = xFalse;
1548 sharedPixmaps = xTrue;
1555 sharedPixmaps = xFalse;
1557 if (sharedPixmaps)
    [all...]
  /xsrc/external/mit/xdpyinfo/dist/
xdpyinfo.c 924 Bool sharedPixmaps;
926 if (!XShmQueryVersion(dpy, &majorrev, &minorrev, &sharedPixmaps))
930 if (sharedPixmaps)

Completed in 9 milliseconds