Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dbuffer.cpp169 dither = c->ditherMatrix[ (x & GGL_DITHER_MASK) + in write_pixel()
170 ((y & GGL_DITHER_MASK)<<GGL_DITHER_ORDER_SHIFT) ]; in write_pixel()
Dscanline.cpp1125 m_line = &c->ditherMatrix[ ((y & GGL_DITHER_MASK)<<GGL_DITHER_ORDER_SHIFT) ]; in ditherer()
1126 m_index = x & GGL_DITHER_MASK; in ditherer()
1132 int ret = m_line[m_index & GGL_DITHER_MASK]; in get_value()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h79 const int GGL_DITHER_MASK = GGL_DITHER_ORDER-1; variable
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp378 AND(AL, 0, tx, Rx, imm(GGL_DITHER_MASK)); in build_scanline_prolog()
379 AND(AL, 0, ty, Ry, imm(GGL_DITHER_MASK)); in build_scanline_prolog()