Home
last modified time | relevance | path

Searched refs:maxInstalledCmaps (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiscrinit.c270 pScreen->maxInstalledCmaps = 1; in miScreenInit()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h505 short minInstalledCmaps, maxInstalledCmaps; member
/OK3568_Linux_fs/external/xserver/fb/
H A Dfboverlay.c306 pScreen->maxInstalledCmaps = 2; in fbOverlayFinishScreenInit()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DScreen.c245 pScreen->maxInstalledCmaps = MAXCMAPS; in xnestOpenScreen()
H A DColor.c197 icws.cmapIDs = xallocarray(pScreen->maxInstalledCmaps, sizeof(Colormap)); in xnestSetInstalledColormapWindows()
/OK3568_Linux_fs/external/xserver/dix/
H A Ddispatch.c614 root.maxInstalledMaps = pScreen->maxInstalledCmaps; in CreateConnectionBlock()
2516 pWin->drawable.pScreen->maxInstalledCmaps * in ProcListInstalledColormaps()
H A Dcolormap.c2474 pmaps = xallocarray(pWin->drawable.pScreen->maxInstalledCmaps, in IsMapInstalled()