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

/system/core/include/private/pixelflinger/
H A Dggl_context.h373 int tscale; member in struct:android::texture_shade_t::__anon324::__anon325
396 int tscale; member in struct:android::texture_iterators_t::__anon327::__anon328
/system/core/libpixelflinger/
H A Dscanline.cpp1685 ti.tscale = t.shade.tscale + adjustTWrap;
1701 const int32_t tscale = ti.tscale; local
1704 if (tscale>=0) {
1705 ti.ydtdy= ty << tscale;
1706 ti.dtdx = t.shade.idtdx << tscale;
1707 ti.dtdy = t.shade.idtdy << tscale;
1709 ti.ydtdy= ty >> -tscale;
1710 ti.dtdx = t.shade.idtdx >> -tscale;
1998 const int tscale = ti.tscale + (iwscale - 30); local
[all...]
H A Dpixelflinger.cpp460 u.shade.tscale= grad[7];
469 c->activeTMU->shade.tscale= 0;

Completed in 10 milliseconds