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/
Dxm_tri.c1048 case PF_Dither_True: in get_triangle_func()
1075 case PF_Dither_True: in get_triangle_func()
1099 case PF_Dither_True: in get_triangle_func()
1116 case PF_Dither_True: in get_triangle_func()
DxmesaP.h61 PF_Dither_True, /**< TrueColor with dithering */ enumerator
Dxm_api.c506 v->dithered_pf = (GET_VISUAL_DEPTH(v)<24) ? PF_Dither_True : PF_Truecolor; in setup_truecolor()
670 case PF_Dither_True: in xmesa_color_to_pixel()
1592 case PF_Dither_True: in XMesaDitherColor()