Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:dither

192  *   dither   means we dither 32 bit values to 16 bits
204 "565 fb, 8888 tx, blend SRC_OVER dither", scanline_t32cb16blend_dither, init_y_noop },
208 "565 fb, 8888 tx, SRC dither", scanline_t32cb16_dither, init_y_noop },
219 "565 fb, 8888 tx, SRC_OVER clamp dither", scanline_t32cb16blend_clamp_dither, init_y },
230 "565 fb, 8888 tx, SRC_OVER clamp modulate dither", scanline_t32cb16blend_clamp_mod_dither, init_y },
233 "565 fb, x888 tx, SRC_OVER clamp modulate dither", scanline_x32cb16blend_clamp_mod_dither, init_y },
242 "565 fb, 8888 tx, SRC clamp dither", scanline_t32cb16_clamp_dither, init_y },
245 "565 fb, x888 tx, SRC clamp dither", scanline_t32cb16_clamp_dither, init_y },
1152 /* dither in on GGL_DITHER_BITS, and each of r, g, b is on 8 bits */
1475 ditherer dither(c);
1479 *di.dst++ = dither.abgr8888ToRgb565(s);
1486 ditherer dither(c);
1493 *di.dst++ = dither.abgr8888ToRgb565(s);
1500 *di.dst++ = dither.abgr8888ToRgb565(s);
1508 ditherer dither(c);
1513 bl.write(s, di.dst, dither);
1543 ditherer dither(c);
1549 bl.write(s, di.dst, dither);
1571 ditherer dither(c);
1576 bl.write(s, di.dst, dither);
1599 ditherer dither(c);
1604 bl.write(s, di.dst, dither);