Searched refs:GGL_ENABLE_DITHER (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/
H A Dpicker.cpp104 p |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_DITHER) ?1:0, P_DITHER);
H A Dpixelflinger.cpp657 const int e = (c->state.enables & GGL_ENABLE_DITHER)?1:0;
659 if (enable) c->state.enables |= GGL_ENABLE_DITHER;
660 else c->state.enables &= ~GGL_ENABLE_DITHER;
H A Dbuffer.cpp168 if (c->state.enables & GGL_ENABLE_DITHER) {
/system/core/include/private/pixelflinger/
H A Dggl_context.h230 GGL_ENABLE_DITHER = 0x00000400, enumerator in enum:android::__anon321

Completed in 6 milliseconds