Searched refs:GET_BLUEMASK (Results 1 – 4 of 4) sorted by relevance
311 #define GET_BLUEMASK(__v) __v->mesa_visual.blueMask macro327 && GET_BLUEMASK(v) == 0xff0000 in choose_pixel_format()339 && GET_BLUEMASK(v) == 0x0000ff in choose_pixel_format()351 && GET_BLUEMASK(v) == 0xff000000 in choose_pixel_format()363 && GET_BLUEMASK(v) == 0x001f in choose_pixel_format()742 blue_bits = _mesa_bitcount(GET_BLUEMASK(v)); in XMesaCreateVisual()
80 #define GET_BLUEMASK(__v) __v->mesa_visual.blueMask macro
447 bmask = GET_BLUEMASK(v); in setup_truecolor()511 && GET_BLUEMASK(v) ==0xff0000 in setup_truecolor()520 && GET_BLUEMASK(v) == 0x0000ff in setup_truecolor()536 && GET_BLUEMASK(v) ==0x001f in setup_truecolor()830 blue_bits = _mesa_bitcount(GET_BLUEMASK(v)); in XMesaCreateVisual()
88 if (bmask) m |= GET_BLUEMASK(xmesa->xm_visual); in color_mask()