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.c1046 case PF_Dither_True: in get_triangle_func()
1073 case PF_Dither_True: in get_triangle_func()
1097 case PF_Dither_True: in get_triangle_func()
1114 case PF_Dither_True: in get_triangle_func()
DxmesaP.h60 PF_Dither_True, /**< TrueColor with dithering */ enumerator
Dxm_api.c503 v->dithered_pf = (GET_VISUAL_DEPTH(v)<24) ? PF_Dither_True : PF_Truecolor; in setup_truecolor()
667 case PF_Dither_True: in xmesa_color_to_pixel()
1591 case PF_Dither_True: in XMesaDitherColor()