Searched refs:GET_BLUEMASK (Results 1 – 4 of 4) sorted by relevance
80 #define GET_BLUEMASK(__v) __v->mesa_visual.blueMask macro
450 bmask = GET_BLUEMASK(v); in setup_truecolor()514 && GET_BLUEMASK(v) ==0xff0000 in setup_truecolor()523 && GET_BLUEMASK(v) == 0x0000ff in setup_truecolor()539 && GET_BLUEMASK(v) ==0x001f in setup_truecolor()832 blue_bits = util_bitcount(GET_BLUEMASK(v)); in XMesaCreateVisual()
89 if (bmask) m |= GET_BLUEMASK(xmesa->xm_visual); in color_mask()
396 #define GET_BLUEMASK(__v) __v->mesa_visual.blueMask macro412 && GET_BLUEMASK(v) == 0xff0000 in choose_pixel_format()424 && GET_BLUEMASK(v) == 0x0000ff in choose_pixel_format()436 && GET_BLUEMASK(v) == 0xff000000 in choose_pixel_format()448 && GET_BLUEMASK(v) == 0x001f in choose_pixel_format()825 blue_bits = util_bitcount(GET_BLUEMASK(v)); in XMesaCreateVisual()