Searched refs:ditherMatrix (Results 1 - 5 of 5) sorted by relevance

/system/core/include/private/pixelflinger/
H A Dggl_context.h532 uint8_t ditherMatrix[GGL_DITHER_SIZE] __attribute__((aligned(32))); member in struct:android::context_t
/system/core/libpixelflinger/
H A Dbuffer.cpp169 dither = c->ditherMatrix[ (x & GGL_DITHER_MASK) +
H A Dpixelflinger.cpp806 memcpy(c->ditherMatrix, gDitherMatrix, sizeof(gDitherMatrix));
H A Dscanline.cpp1109 m_line = &c->ditherMatrix[ ((y & GGL_DITHER_MASK)<<GGL_DITHER_ORDER_SHIFT) ];
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp268 immed12_pre(GGL_OFFSETOF(ditherMatrix)));

Completed in 720 milliseconds