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

  /xsrc/external/mit/xorg-server/dist/mi/
miscrinit.c 241 pScreen->maxInstalledCmaps = 1;
  /xsrc/external/mit/xorg-server.old/dist/include/
scrnintstr.h 419 short minInstalledCmaps, maxInstalledCmaps;
  /xsrc/external/mit/xorg-server.old/dist/mi/
miscrinit.c 230 pScreen->maxInstalledCmaps = 1;
  /xsrc/external/mit/xorg-server/dist/fb/
fboverlay.c 306 pScreen->maxInstalledCmaps = 2;
  /xsrc/external/mit/xorg-server/dist/include/
scrnintstr.h 505 short minInstalledCmaps, maxInstalledCmaps;
  /xsrc/external/mit/xorg-server/dist/hw/xnest/
Screen.c 245 pScreen->maxInstalledCmaps = MAXCMAPS;
Color.c 197 icws.cmapIDs = xallocarray(pScreen->maxInstalledCmaps, sizeof(Colormap));
  /xsrc/external/mit/xorg-server.old/dist/fb/
fboverlay.c 408 pScreen->maxInstalledCmaps = 2;
  /xsrc/external/mit/xorg-server.old/dist/hw/xnest/
Screen.c 244 pScreen->maxInstalledCmaps = MAXCMAPS;
Color.c 196 icws.cmapIDs = (Colormap *)malloc(pScreen->maxInstalledCmaps *
  /xsrc/external/mit/xorg-server.old/dist/Xext/
saver.c 592 installedMaps = malloc(pScreen->maxInstalledCmaps * sizeof (Colormap));
  /xsrc/external/mit/xorg-server/dist/dix/
dispatch.c 683 root.maxInstalledMaps = pScreen->maxInstalledCmaps;
2585 pWin->drawable.pScreen->maxInstalledCmaps *
colormap.c 2475 pmaps = xallocarray(pWin->drawable.pScreen->maxInstalledCmaps,
  /xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c 574 root.maxInstalledMaps = pScreen->maxInstalledCmaps;
2499 pWin->drawable.pScreen->maxInstalledCmaps *
colormap.c 2688 pmaps = malloc(pWin->drawable.pScreen->maxInstalledCmaps*sizeof(Colormap));

Completed in 42 milliseconds