Searched refs:undithered_pf (Results 1 – 4 of 4) sorted by relevance
505 v->undithered_pf = PF_Truecolor; in setup_truecolor()519 v->undithered_pf = v->dithered_pf = PF_8A8B8G8R; /* ABGR */ in setup_truecolor()529 v->undithered_pf = v->dithered_pf = PF_8A8R8G8B; /* ARGB */ in setup_truecolor()531 v->undithered_pf = v->dithered_pf = PF_8R8G8B; /* xRGB */ in setup_truecolor()534 v->undithered_pf = v->dithered_pf = PF_8R8G8B24; /* RGB */ in setup_truecolor()544 v->undithered_pf = PF_5R6G5B; in setup_truecolor()586 v->dithered_pf = v->undithered_pf; in initialize_visual_and_buffer()598 printf("X/Mesa undithered pf = %u\n", v->undithered_pf); in initialize_visual_and_buffer()1240 c->xm_visual->undithered_pf); in XMesaMakeCurrent2()
262 xmesa->xm_visual->undithered_pf); in clear_buffers()391 assert(xmesa->xm_visual->undithered_pf == PF_8R8G8B); in xmesa_DrawPixels_8R8G8B()522 assert(xmesa->xm_visual->undithered_pf == PF_5R6G5B); in xmesa_DrawPixels_5R6G5B()670 xmesa->pixelformat = xmesa->xm_visual->undithered_pf; in enable()855 if (xmvisual->undithered_pf == PF_8R8G8B && in xmesa_init_driver_functions()860 else if (xmvisual->undithered_pf == PF_5R6G5B) { in xmesa_init_driver_functions()
86 enum pixel_format undithered_pf;/* Pixel format when not dithering */ member
343 switch (xmvis->undithered_pf) { in xmesa_new_renderbuffer()