Lines Matching refs:depth
44 if (pScreenPriv->screen->fb.depth > KD_MAX_PSEUDO_DEPTH) in KdSetColormap()
58 for (i = 0; i < (1 << pScreenPriv->screen->fb.depth); i++) in KdSetColormap()
61 QueryColors(pCmap, (1 << pScreenPriv->screen->fb.depth), pixels, colors, in KdSetColormap()
64 for (i = 0; i < (1 << pScreenPriv->screen->fb.depth); i++) { in KdSetColormap()
74 depth), defs); in KdSetColormap()
90 if (pScreenPriv->screen->fb.depth <= KD_MAX_PSEUDO_DEPTH) { in KdEnableColormap()
91 for (i = 0; i < (1 << pScreenPriv->screen->fb.depth); i++) in KdEnableColormap()
95 depth), in KdEnableColormap()
109 if (pScreenPriv->screen->fb.depth <= KD_MAX_PSEUDO_DEPTH) { in KdDisableColormap()
112 depth), in KdDisableColormap()
216 if (pScreenPriv->screen->fb.depth > KD_MAX_PSEUDO_DEPTH) in KdStoreColors()