Home | History | Annotate | Download | only in libagl

Lines Matching defs:g0

236                 int g0 = green(color0);
244 c[0] = (r0 << 11) | ((g0 >> 1) << 6) | (b0 << 1) | 0x1;
260 g2 = avg23(g0, g1);
264 g3 = avg23(g1, g0);
269 g2 = (g0 + g1) >> 1;
366 int g0 = green(color0);
374 int g2 = avg23(g0, g1);
378 int g3 = avg23(g1, g0);
381 c[0] = rgb565SepTo888(r0, g0, b0);
523 int g0 = green(color0);
531 int g2 = avg23(g0, g1);
535 int g3 = avg23(g1, g0);
538 c[0] = rgb565SepTo888(r0, g0, b0);