Home | History | Annotate | Download | only in x11

Lines Matching refs:bBits

468       GLint bBits = _mesa_bitcount(bmask);
488 v->BtoPixel[i] = (b >> (8-bBits)) << v->bshift;
500 if (bBits > maxBits) maxBits = bBits;