Home | History | Annotate | Download | only in x11

Lines Matching refs:bmask

425    unsigned long rmask, gmask, bmask;
447 bmask = GET_BLUEMASK(v);
448 while ((bmask & 1)==0) {
450 bmask = bmask >> 1;
465 GLint bBits = _mesa_bitcount(bmask);
474 for (i=0; i<=bmask; i++)
475 v->PixelToB[i] = (unsigned char) ((i * 255) / bmask);