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

/system/core/include/private/pixelflinger/
H A Dggl_context.h75 const int GGL_DITHER_BITS = 6; // dither weights stored on 6 bits member in namespace:android
/system/core/libpixelflinger/
H A Dbuffer.cpp338 const int shift = (GGL_DITHER_BITS - (sbits-dbits));
H A Dscanline.cpp1129 /* dither in on GGL_DITHER_BITS, and each of r, g, b is on 8 bits */
1130 r += (threshold >> (GGL_DITHER_BITS-8 +5));
1131 g += (threshold >> (GGL_DITHER_BITS-8 +6));
1132 b += (threshold >> (GGL_DITHER_BITS-8 +5));
1185 int threshold = di.get_value() << (8 - GGL_DITHER_BITS);
1305 int threshold = di.get_value() << (8 - GGL_DITHER_BITS);
1360 int threshold = di.get_value() << (8 - GGL_DITHER_BITS);
/system/core/libpixelflinger/codeflinger/
H A Dload_store.cpp351 const int shift = (GGL_DITHER_BITS - (sbits-dbits));

Completed in 11 milliseconds