Searched refs:dithered_pf (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_api.c507 v->dithered_pf = (GET_VISUAL_DEPTH(v)<24) ? PF_Dither_True : PF_Truecolor;
520 v->undithered_pf = v->dithered_pf = PF_8A8B8G8R; /* ABGR */
530 v->undithered_pf = v->dithered_pf = PF_8A8R8G8B; /* ARGB */
532 v->undithered_pf = v->dithered_pf = PF_8R8G8B; /* xRGB */
535 v->undithered_pf = v->dithered_pf = PF_8R8G8B24; /* RGB */
546 v->dithered_pf = PF_Dither_5R6G5B;
588 v->dithered_pf = v->undithered_pf;
599 printf("X/Mesa dithered pf = %u\n", v->dithered_pf);
940 c->pixelformat = v->dithered_pf; /* Dithering is enabled by default */
H A DxmesaP.h85 enum pixel_format dithered_pf; /* Pixel format when dithering */ member in struct:xmesa_visual
H A Dxm_dd.c390 assert(xmesa->xm_visual->dithered_pf == PF_8R8G8B);
668 xmesa->pixelformat = xmesa->xm_visual->dithered_pf;
856 xmvisual->dithered_pf == PF_8R8G8B &&
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_api.c506 v->dithered_pf = (GET_VISUAL_DEPTH(v)<24) ? PF_Dither_True : PF_Truecolor;
519 v->undithered_pf = v->dithered_pf = PF_8A8B8G8R; /* ABGR */
529 v->undithered_pf = v->dithered_pf = PF_8A8R8G8B; /* ARGB */
531 v->undithered_pf = v->dithered_pf = PF_8R8G8B; /* xRGB */
534 v->undithered_pf = v->dithered_pf = PF_8R8G8B24; /* RGB */
545 v->dithered_pf = PF_Dither_5R6G5B;
586 v->dithered_pf = v->undithered_pf;
597 printf("X/Mesa dithered pf = %u\n", v->dithered_pf);
930 c->pixelformat = v->dithered_pf; /* Dithering is enabled by default */
H A DxmesaP.h85 enum pixel_format dithered_pf; /* Pixel format when dithering */ member in struct:xmesa_visual
H A Dxm_dd.c397 assert(xmesa->xm_visual->dithered_pf == PF_8R8G8B);
675 xmesa->pixelformat = xmesa->xm_visual->dithered_pf;
863 xmvisual->dithered_pf == PF_8R8G8B &&

Completed in 12 milliseconds