Home
last modified time | relevance | path

Searched refs:undithered_pf (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c505 v->undithered_pf = 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()
544 v->undithered_pf = PF_5R6G5B; in setup_truecolor()
587 v->dithered_pf = v->undithered_pf; in initialize_visual_and_buffer()
599 printf("X/Mesa undithered pf = %u\n", v->undithered_pf); in initialize_visual_and_buffer()
1245 c->xm_visual->undithered_pf); in XMesaMakeCurrent2()
Dxm_dd.c263 xmesa->xm_visual->undithered_pf); in clear_buffers()
391 assert(xmesa->xm_visual->undithered_pf == PF_8R8G8B); in xmesa_DrawPixels_8R8G8B()
522 assert(xmesa->xm_visual->undithered_pf == PF_5R6G5B); in xmesa_DrawPixels_5R6G5B()
670 xmesa->pixelformat = xmesa->xm_visual->undithered_pf; in enable()
855 if (xmvisual->undithered_pf == PF_8R8G8B && in xmesa_init_driver_functions()
860 else if (xmvisual->undithered_pf == PF_5R6G5B) { in xmesa_init_driver_functions()
DxmesaP.h86 enum pixel_format undithered_pf;/* Pixel format when not dithering */ member
Dxm_buffer.c341 switch (xmvis->undithered_pf) { in xmesa_new_renderbuffer()