HomeSort by relevance Sort by last modified time
    Searched refs:undithered_pf (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/x11/
xm_api.c 502 v->undithered_pf = PF_Truecolor;
516 v->undithered_pf = v->dithered_pf = PF_8A8B8G8R; /* ABGR */
526 v->undithered_pf = v->dithered_pf = PF_8A8R8G8B; /* ARGB */
528 v->undithered_pf = v->dithered_pf = PF_8R8G8B; /* xRGB */
531 v->undithered_pf = v->dithered_pf = PF_8R8G8B24; /* RGB */
541 v->undithered_pf = PF_5R6G5B;
584 v->dithered_pf = v->undithered_pf;
596 printf("X/Mesa undithered pf = %u\n", v->undithered_pf);
    [all...]
xm_dd.c 262 xmesa->xm_visual->undithered_pf);
392 ASSERT(xmesa->xm_visual->undithered_pf == PF_8R8G8B);
525 ASSERT(xmesa->xm_visual->undithered_pf == PF_5R6G5B);
673 xmesa->pixelformat = xmesa->xm_visual->undithered_pf;
863 if (xmvisual->undithered_pf == PF_8R8G8B &&
868 else if (xmvisual->undithered_pf == PF_5R6G5B) {
xmesaP.h 86 enum pixel_format undithered_pf;/* Pixel format when not dithering */ member in struct:xmesa_visual
xm_buffer.c 341 switch (xmvis->undithered_pf) {

Completed in 209 milliseconds