Searched refs:xs (Results 1 - 2 of 2) sorted by relevance

/system/core/libpixelflinger/
H A Draster.cpp29 static void ggl_copyPixels(void* con, GGLint xs, GGLint ys,
53 void ggl_copyPixels(void* con, GGLint xs, GGLint ys, argument
62 if (uint32_t(xs) > cb->width)
66 if (uint32_t(xs + width) > cb->width)
79 xs += offset;
99 if (xs==xd && ys==yd) {
107 + (xs + (cb->stride * ys)) * fp->size;
H A Dscanline.cpp629 const int xs = c->iterators.xl; local
631 int xc = x1 - xs;
632 const int16_t* covPtr = c->state.buffers.coverage + xs;
640 r = (xs * c->shade.drdx) + ci.ydrdy;
641 g = (xs * c->shade.dgdx) + ci.ydgdy;
642 b = (xs * c->shade.dbdx) + ci.ydbdy;
643 a = (xs * c->shade.dadx) + ci.ydady;
656 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy;
657 GGLfixed f = (xs * c->shade.dfdx) + ci.ydfdy;
670 tc[i].s = (xs * t
983 const int xs = c->iterators.xl; local
1073 const int xs = c->iterators.xl; local
1893 const uint32_t xs = c->iterators.xl; local
1984 const uint32_t xs = c->iterators.xl; local
[all...]

Completed in 859 milliseconds