Home | History | Annotate | Download | only in libpixelflinger

Lines Matching full:blend

113         "565 fb, 8888 tx, blend", scanline_t32cb16blend, init_y_noop },
347 blend_factor(c, &sf, c->state.blend.src, fragment, fb);
348 blend_factor(c, &df, c->state.blend.dst, fragment, fb);
357 if (c->state.blend.alpha_separate) {
358 blend_factor(c, &sf, c->state.blend.src_alpha, fragment, fb);
359 blend_factor(c, &df, c->state.blend.dst_alpha, fragment, fb);