Searched refs:GET_BLUEMASK (Results 1 – 4 of 4) sorted by relevance
391 #define GET_BLUEMASK(__v) __v->mesa_visual.blueMask macro407 && GET_BLUEMASK(v) == 0xff0000 in choose_pixel_format()419 && GET_BLUEMASK(v) == 0x0000ff in choose_pixel_format()431 && GET_BLUEMASK(v) == 0xff000000 in choose_pixel_format()443 && GET_BLUEMASK(v) == 0x001f in choose_pixel_format()826 blue_bits = _mesa_bitcount(GET_BLUEMASK(v)); in XMesaCreateVisual()
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()833 blue_bits = _mesa_bitcount(GET_BLUEMASK(v)); in XMesaCreateVisual()
89 if (bmask) m |= GET_BLUEMASK(xmesa->xm_visual); in color_mask()