Searched refs:GGL_DITHER_SIZE (Results 1 - 3 of 3) sorted by relevance

/system/core/include/private/pixelflinger/
H A Dggl_context.h78 const int GGL_DITHER_SIZE = GGL_DITHER_ORDER * GGL_DITHER_ORDER; member in namespace:android
532 uint8_t ditherMatrix[GGL_DITHER_SIZE] __attribute__((aligned(32)));
/system/core/libpixelflinger/
H A Dpixelflinger.cpp46 static const uint8_t gDitherMatrix[GGL_DITHER_SIZE] = {
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp263 const int mask = GGL_DITHER_SIZE-1;

Completed in 38 milliseconds