Searched refs:undithered_pf (Results 1 – 4 of 4) sorted by relevance
502 v->undithered_pf = PF_Truecolor; in setup_truecolor()516 v->undithered_pf = v->dithered_pf = PF_8A8B8G8R; /* ABGR */ in setup_truecolor()526 v->undithered_pf = v->dithered_pf = PF_8A8R8G8B; /* ARGB */ in setup_truecolor()528 v->undithered_pf = v->dithered_pf = PF_8R8G8B; /* xRGB */ in setup_truecolor()531 v->undithered_pf = v->dithered_pf = PF_8R8G8B24; /* RGB */ in setup_truecolor()541 v->undithered_pf = PF_5R6G5B; in setup_truecolor()584 v->dithered_pf = v->undithered_pf; in initialize_visual_and_buffer()596 printf("X/Mesa undithered pf = %u\n", v->undithered_pf); in initialize_visual_and_buffer()1243 c->xm_visual->undithered_pf); in XMesaMakeCurrent2()
262 xmesa->xm_visual->undithered_pf); in clear_buffers()392 ASSERT(xmesa->xm_visual->undithered_pf == PF_8R8G8B); in xmesa_DrawPixels_8R8G8B()525 ASSERT(xmesa->xm_visual->undithered_pf == PF_5R6G5B); in xmesa_DrawPixels_5R6G5B()673 xmesa->pixelformat = xmesa->xm_visual->undithered_pf; in enable()863 if (xmvisual->undithered_pf == PF_8R8G8B && in xmesa_init_driver_functions()868 else if (xmvisual->undithered_pf == PF_5R6G5B) { in xmesa_init_driver_functions()
86 enum pixel_format undithered_pf;/* Pixel format when not dithering */ member
341 switch (xmvis->undithered_pf) { in xmesa_new_renderbuffer()