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

/system/core/include/private/pixelflinger/
H A Dggl_context.h353 int tscale; member in struct:android::texture_shade_t::__anon320::__anon321
376 int tscale; member in struct:android::texture_iterators_t::__anon323::__anon324
/system/core/libpixelflinger/
H A Dscanline.cpp1664 ti.tscale = t.shade.tscale + adjustTWrap;
1680 const int32_t tscale = ti.tscale; local
1683 if (tscale>=0) {
1684 ti.ydtdy= ty << tscale;
1685 ti.dtdx = t.shade.idtdx << tscale;
1686 ti.dtdy = t.shade.idtdy << tscale;
1688 ti.ydtdy= ty >> -tscale;
1689 ti.dtdx = t.shade.idtdx >> -tscale;
1977 const int tscale = ti.tscale + (iwscale - 30); local
[all...]

Completed in 26 milliseconds