Searched refs:drdx (Results 1 - 3 of 3) sorted by relevance

/system/core/include/private/pixelflinger/
H A Dggl_context.h457 GGLcolor drdx; member in struct:android::shade_t
/system/core/libpixelflinger/
H A Dscanline.cpp640 r = (xs * c->shade.drdx) + ci.ydrdy;
644 r = ADJUST_COLOR_ITERATOR(r, c->shade.drdx, xc);
916 r += c->shade.drdx;
1636 ci.ydrdy = interpolate(ys, c->shade.r0, c->shade.drdx, c->shade.drdy);
1658 gen.argb[GGLFormat::RED ].dx = c->shade.drdx;
H A Dpixelflinger.cpp236 c->shade.drdx = grad[ 1];

Completed in 75 milliseconds