Searched defs:xs (Results 1 - 3 of 3) 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.cpp608 const int xs = c->iterators.xl; local
610 int xc = x1 - xs;
611 const int16_t* covPtr = c->state.buffers.coverage + xs;
619 r = (xs * c->shade.drdx) + ci.ydrdy;
620 g = (xs * c->shade.dgdx) + ci.ydgdy;
621 b = (xs * c->shade.dbdx) + ci.ydbdy;
622 a = (xs * c->shade.dadx) + ci.ydady;
635 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy;
636 GGLfixed f = (xs * c->shade.dfdx) + ci.ydfdy;
649 tc[i].s = (xs * t
962 const int xs = c->iterators.xl; local
1052 const int xs = c->iterators.xl; local
1872 const uint32_t xs = c->iterators.xl; local
1963 const uint32_t xs = c->iterators.xl; local
[all...]
/system/media/mca/filterfw/native/core/
H A Dshader_program.cpp521 const float xs = 1.0f / static_cast<float>(tile_x_count_); local
533 GetTileCoords(source_coords_, x + xs, y, &s[2], &s[3]);
535 GetTileCoords(source_coords_, x + xs, y + ys, &s[6], &s[7]);
539 GetTileCoords(target_coords_, x + xs, y, &t[2], &t[3]);
541 GetTileCoords(target_coords_, x + xs, y + ys, &t[6], &t[7]);

Completed in 103 milliseconds