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

/system/core/include/private/pixelflinger/
H A Dggl_context.h463 GGLcolor dbdx; member in struct:android::shade_t
/system/core/libpixelflinger/
H A Dscanline.cpp642 b = (xs * c->shade.dbdx) + ci.ydbdy;
646 b = ADJUST_COLOR_ITERATOR(b, c->shade.dbdx, xc);
918 b += c->shade.dbdx;
1638 ci.ydbdy = interpolate(ys, c->shade.b0, c->shade.dbdx, c->shade.dbdy);
1662 gen.argb[GGLFormat::BLUE ].dx = c->shade.dbdx;
H A Dpixelflinger.cpp242 c->shade.dbdx = grad[ 7];

Completed in 351 milliseconds