Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/windows/gdi/
Dcolors.h4 #define PF_8R8G8B 4 /* 32-bit TrueColor: 8-R, 8-G, 8-B */ macro
Dwmesa.c138 pwfb->pixelformat = PF_8R8G8B; in wmSetPixelFormat()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c391 ASSERT(xmesa->xm_visual->dithered_pf == PF_8R8G8B); in xmesa_DrawPixels_8R8G8B()
392 ASSERT(xmesa->xm_visual->undithered_pf == PF_8R8G8B); in xmesa_DrawPixels_8R8G8B()
863 if (xmvisual->undithered_pf == PF_8R8G8B && in xmesa_init_driver_functions()
864 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.c1042 case PF_8R8G8B: in get_triangle_func()
1069 case PF_8R8G8B: in get_triangle_func()
1093 case PF_8R8G8B: in get_triangle_func()
1120 case PF_8R8G8B: in get_triangle_func()
DxmesaP.h63 PF_8R8G8B, /**< 32-bit TrueColor: 8-R, 8-G, 8-B bits */ enumerator
Dxm_api.c528 v->undithered_pf = v->dithered_pf = PF_8R8G8B; /* xRGB */ in setup_truecolor()
661 case PF_8R8G8B: in xmesa_color_to_pixel()
1585 case PF_8R8G8B: in XMesaDitherColor()
Dxm_buffer.c342 case PF_8R8G8B: in xmesa_new_renderbuffer()