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

  /system/core/include/private/pixelflinger/
ggl_context.h 58 const int GGL_DITHER_SIZE = GGL_DITHER_ORDER * GGL_DITHER_ORDER;
512 uint8_t ditherMatrix[GGL_DITHER_SIZE] __attribute__((aligned(32)));
  /system/core/libpixelflinger/
pixelflinger.cpp 46 static const uint8_t gDitherMatrix[GGL_DITHER_SIZE] = {
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 260 const int mask = GGL_DITHER_SIZE-1;
    [all...]

Completed in 32 milliseconds