Searched refs:dithered_pf (Results 1 – 3 of 3) sorted by relevance
506 v->dithered_pf = (GET_VISUAL_DEPTH(v)<24) ? PF_Dither_True : 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()545 v->dithered_pf = PF_Dither_5R6G5B; in setup_truecolor()587 v->dithered_pf = v->undithered_pf; in initialize_visual_and_buffer()598 printf("X/Mesa dithered pf = %u\n", v->dithered_pf); in initialize_visual_and_buffer()938 c->pixelformat = v->dithered_pf; /* Dithering is enabled by default */ in XMesaCreateContext()
389 assert(xmesa->xm_visual->dithered_pf == PF_8R8G8B); in xmesa_DrawPixels_8R8G8B()667 xmesa->pixelformat = xmesa->xm_visual->dithered_pf; in enable()852 xmvisual->dithered_pf == PF_8R8G8B && in xmesa_init_driver_functions()
85 enum pixel_format dithered_pf; /* Pixel format when dithering */ member