Home
last modified time | relevance | path

Searched refs:dithered_pf (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c503 v->dithered_pf = (GET_VISUAL_DEPTH(v)<24) ? PF_Dither_True : 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()
542 v->dithered_pf = PF_Dither_5R6G5B; in setup_truecolor()
584 v->dithered_pf = v->undithered_pf; in initialize_visual_and_buffer()
595 printf("X/Mesa dithered pf = %u\n", v->dithered_pf); in initialize_visual_and_buffer()
942 c->pixelformat = v->dithered_pf; /* Dithering is enabled by default */ in XMesaCreateContext()
Dxm_dd.c391 ASSERT(xmesa->xm_visual->dithered_pf == PF_8R8G8B); in xmesa_DrawPixels_8R8G8B()
671 xmesa->pixelformat = xmesa->xm_visual->dithered_pf; in enable()
864 xmvisual->dithered_pf == PF_8R8G8B && in xmesa_init_driver_functions()
DxmesaP.h85 enum pixel_format dithered_pf; /* Pixel format when dithering */ member