Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c390 assert(xmesa->xm_visual->dithered_pf == PF_8R8G8B); in xmesa_DrawPixels_8R8G8B()
391 assert(xmesa->xm_visual->undithered_pf == PF_8R8G8B); in xmesa_DrawPixels_8R8G8B()
855 if (xmvisual->undithered_pf == PF_8R8G8B && in xmesa_init_driver_functions()
856 xmvisual->dithered_pf == PF_8R8G8B && in xmesa_init_driver_functions()
Dxm_line.c479 case PF_8R8G8B: in get_line_func()
501 case PF_8R8G8B: in get_line_func()
Dxm_tri.c1043 case PF_8R8G8B: in get_triangle_func()
1070 case PF_8R8G8B: in get_triangle_func()
1094 case PF_8R8G8B: in get_triangle_func()
1121 case PF_8R8G8B: in get_triangle_func()
DxmesaP.h64 PF_8R8G8B, /**< 32-bit TrueColor: 8-R, 8-G, 8-B bits */ enumerator
Dxm_api.c531 v->undithered_pf = v->dithered_pf = PF_8R8G8B; /* xRGB */ in setup_truecolor()
663 case PF_8R8G8B: in xmesa_color_to_pixel()
1582 case PF_8R8G8B: in XMesaDitherColor()
Dxm_buffer.c344 case PF_8R8G8B: in xmesa_new_renderbuffer()