Home
last modified time | relevance | path

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

/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h78 const int GGL_DITHER_SIZE = GGL_DITHER_ORDER * GGL_DITHER_ORDER; variable
534 uint8_t ditherMatrix[GGL_DITHER_SIZE] __attribute__((aligned(32)));
/system/core/libpixelflinger/
Dpixelflinger.cpp46 static const uint8_t gDitherMatrix[GGL_DITHER_SIZE] = {
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp262 const int mask = GGL_DITHER_SIZE-1; in scanline_core()