Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c397 #define GET_BLUEMASK(__v) __v->mesa_visual.blueMask macro
413 && GET_BLUEMASK(v) == 0xff0000 in choose_pixel_format()
425 && GET_BLUEMASK(v) == 0x0000ff in choose_pixel_format()
437 && GET_BLUEMASK(v) == 0xff000000 in choose_pixel_format()
449 && GET_BLUEMASK(v) == 0x001f in choose_pixel_format()
823 blue_bits = util_bitcount(GET_BLUEMASK(v)); in XMesaCreateVisual()