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

/system/core/include/private/pixelflinger/
H A Dggl_context.h460 GGLcolor dgdx; member in struct:android::shade_t
/system/core/libpixelflinger/
H A Dscanline.cpp641 g = (xs * c->shade.dgdx) + ci.ydgdy;
645 g = ADJUST_COLOR_ITERATOR(g, c->shade.dgdx, xc);
917 g += c->shade.dgdx;
1637 ci.ydgdy = interpolate(ys, c->shade.g0, c->shade.dgdx, c->shade.dgdy);
1660 gen.argb[GGLFormat::GREEN].dx = c->shade.dgdx;
H A Dpixelflinger.cpp239 c->shade.dgdx = grad[ 4];

Completed in 10 milliseconds