Searched refs:PF_8R8G8B (Results 1 – 8 of 8) sorted by relevance
4 #define PF_8R8G8B 4 /* 32-bit TrueColor: 8-R, 8-G, 8-B */ macro
138 pwfb->pixelformat = PF_8R8G8B; in wmSetPixelFormat()
391 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()
479 case PF_8R8G8B: in get_line_func()501 case PF_8R8G8B: in get_line_func()
1042 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()
63 PF_8R8G8B, /**< 32-bit TrueColor: 8-R, 8-G, 8-B bits */ enumerator
528 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()
342 case PF_8R8G8B: in xmesa_new_renderbuffer()