Lines Matching defs:alt
249 CompAlternateVisual *alt)
261 if (alt->depth >= pScreen->rootDepth && alt->depth != 32)
264 depth = compFindVisuallessDepth (pScreen, alt->depth);
266 /* alt->depth doesn't exist or already has alternate visuals. */
269 pPictFormat = PictureMatchFormat (pScreen, alt->depth, alt->format);
281 if (PICT_FORMAT_TYPE(alt->format) == PICT_TYPE_COLOR) {
283 visual->nplanes = PICT_FORMAT_BPP(alt->format);
318 int alt, ret = 0;
320 for (alt = 0; alt < NUM_COMP_ALTERNATE_VISUALS; alt++)
321 ret |= compAddAlternateVisual(pScreen, cs, altVisuals + alt);