Searched refs:GGL_DITHER_MASK (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/
H A Dbuffer.cpp169 dither = c->ditherMatrix[ (x & GGL_DITHER_MASK) +
170 ((y & GGL_DITHER_MASK)<<GGL_DITHER_ORDER_SHIFT) ];
H A Dscanline.cpp1109 m_line = &c->ditherMatrix[ ((y & GGL_DITHER_MASK)<<GGL_DITHER_ORDER_SHIFT) ];
1110 m_index = x & GGL_DITHER_MASK;
1116 int ret = m_line[m_index & GGL_DITHER_MASK];
/system/core/include/private/pixelflinger/
H A Dggl_context.h79 const int GGL_DITHER_MASK = GGL_DITHER_ORDER-1; member in namespace:android
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp378 AND(AL, 0, tx, Rx, imm(GGL_DITHER_MASK));
379 AND(AL, 0, ty, Ry, imm(GGL_DITHER_MASK));

Completed in 696 milliseconds