Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/x11/
DxmesaP.h61 PF_Dither_True, /**< TrueColor with dithering */ enumerator
Dxm_tri.c1047 case PF_Dither_True: in get_triangle_func()
1074 case PF_Dither_True: in get_triangle_func()
1098 case PF_Dither_True: in get_triangle_func()
1115 case PF_Dither_True: in get_triangle_func()
Dxm_api.c506 v->dithered_pf = (GET_VISUAL_DEPTH(v)<24) ? PF_Dither_True : PF_Truecolor; in setup_truecolor()
669 case PF_Dither_True: in xmesa_color_to_pixel()
1588 case PF_Dither_True: in XMesaDitherColor()