Home
last modified time | relevance | path

Searched refs:GET_BLUEMASK (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.c391 #define GET_BLUEMASK(__v) __v->mesa_visual.blueMask macro
407 && 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()
/external/mesa3d/src/mesa/drivers/x11/
Dxmesa_x.h80 #define GET_BLUEMASK(__v) __v->mesa_visual.blueMask macro
Dxm_api.c450 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()
Dxm_dd.c89 if (bmask) m |= GET_BLUEMASK(xmesa->xm_visual); in color_mask()