Searched refs:undithered_pf (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxm_api.c506 v->undithered_pf = 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 */
545 v->undithered_pf = PF_5R6G5B;
588 v->dithered_pf = v->undithered_pf;
600 printf("X/Mesa undithered pf = %u\n", v->undithered_pf);
1242 c->xm_visual->undithered_pf);
H A Dxm_dd.c262 xmesa->xm_visual->undithered_pf);
391 assert(xmesa->xm_visual->undithered_pf == PF_8R8G8B);
522 assert(xmesa->xm_visual->undithered_pf == PF_5R6G5B);
670 xmesa->pixelformat = xmesa->xm_visual->undithered_pf;
855 if (xmvisual->undithered_pf == PF_8R8G8B &&
860 else if (xmvisual->undithered_pf == PF_5R6G5B) {
H A DxmesaP.h86 enum pixel_format undithered_pf;/* Pixel format when not dithering */ member in struct:xmesa_visual
H A Dxm_buffer.c343 switch (xmvis->undithered_pf) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxm_api.c505 v->undithered_pf = 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 */
544 v->undithered_pf = PF_5R6G5B;
586 v->dithered_pf = v->undithered_pf;
598 printf("X/Mesa undithered pf = %u\n", v->undithered_pf);
1232 c->xm_visual->undithered_pf);
H A Dxm_dd.c269 xmesa->xm_visual->undithered_pf);
398 assert(xmesa->xm_visual->undithered_pf == PF_8R8G8B);
529 assert(xmesa->xm_visual->undithered_pf == PF_5R6G5B);
677 xmesa->pixelformat = xmesa->xm_visual->undithered_pf;
862 if (xmvisual->undithered_pf == PF_8R8G8B &&
867 else if (xmvisual->undithered_pf == PF_5R6G5B) {
H A DxmesaP.h86 enum pixel_format undithered_pf;/* Pixel format when not dithering */ member in struct:xmesa_visual
H A Dxm_buffer.c343 switch (xmvis->undithered_pf) {

Completed in 12 milliseconds