Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dpixelflinger.cpp64 static void ggl_enable_dither(context_t* c, int enable);
166 case GGL_DITHER: ggl_enable_dither(c, en); break; in enable_disable()
655 void ggl_enable_dither(context_t* c, int enable) in ggl_enable_dither() function