Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/windows/gdi/
Dcolors.h5 #define PF_5R6G5B 5 /* 16-bit TrueColor: 5-R, 6-G, 5-B bits */ macro
Dwmesa.c134 pwfb->pixelformat = PF_5R6G5B; in wmSetPixelFormat()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_line.c483 case PF_5R6G5B: in get_line_func()
505 case PF_5R6G5B: in get_line_func()
Dxm_tri.c1048 case PF_5R6G5B: in get_triangle_func()
1075 case PF_5R6G5B: in get_triangle_func()
1099 case PF_5R6G5B: in get_triangle_func()
1124 case PF_5R6G5B: in get_triangle_func()
DxmesaP.h65 PF_5R6G5B, /**< 16-bit TrueColor: 5-R, 6-G, 5-B bits */ enumerator
Dxm_api.c541 v->undithered_pf = PF_5R6G5B; in setup_truecolor()
665 case PF_5R6G5B: in xmesa_color_to_pixel()
1587 case PF_5R6G5B: in XMesaDitherColor()
Dxm_dd.c525 ASSERT(xmesa->xm_visual->undithered_pf == PF_5R6G5B); in xmesa_DrawPixels_5R6G5B()
868 else if (xmvisual->undithered_pf == PF_5R6G5B) { in xmesa_init_driver_functions()
Dxm_buffer.c354 case PF_5R6G5B: in xmesa_new_renderbuffer()