HomeSort by relevance Sort by last modified time
    Searched refs:GGL_DITHER_BITS (Results 1 - 4 of 4) sorted by null

  /system/core/include/private/pixelflinger/
ggl_context.h 55 const int GGL_DITHER_BITS = 6; // dither weights stored on 6 bits
  /system/core/libpixelflinger/
buffer.cpp 338 const int shift = (GGL_DITHER_BITS - (sbits-dbits));
scanline.cpp     [all...]
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 347 const int shift = (GGL_DITHER_BITS - (sbits-dbits));

Completed in 35 milliseconds