Searched defs:span (Results 1 - 2 of 2) sorted by relevance

/system/core/include/private/pixelflinger/
H A Dggl_context.h543 void (*span)(context_t* c); member in struct:android::context_t
/system/core/libpixelflinger/
H A Dscanline.cpp435 c->span = c->scanline;
1925 int32_t span = 0; local
1933 span = remainder;
1934 w1 = (c->shade.dwdx * span) + w0;
1947 if (span) v += (tmu.shade.st[j].dx)*span;
1952 if (span) dvdx /= span;
1971 c->iterators.xr = xl = xl + (span ? span
[all...]

Completed in 64 milliseconds