Home | History | Annotate | Download | only in composite

Lines Matching refs:alt

251                        CompAlternateVisual * alt)
263 if (alt->depth >= pScreen->rootDepth && alt->depth != 32)
266 depth = compFindVisuallessDepth(pScreen, alt->depth);
268 /* alt->depth doesn't exist or already has alternate visuals. */
271 pPictFormat = PictureMatchFormat(pScreen, alt->depth, alt->format);
283 if (PICT_FORMAT_TYPE(alt->format) == PICT_TYPE_COLOR) {
285 visual->nplanes = PICT_FORMAT_BPP(alt->format);
322 int alt, ret = 0;
324 for (alt = 0; alt < ARRAY_SIZE(altVisuals); alt++)
325 ret |= compAddAlternateVisual(pScreen, cs, altVisuals + alt);