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

/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h375 int tscale; member in struct:android::texture_shade_t::__anon1598::__anon1599
398 int tscale; member in struct:android::texture_iterators_t::__anon1601::__anon1602
/system/core/libpixelflinger/
H A Dscanline.cpp1703 ti.tscale = t.shade.tscale + adjustTWrap;
1719 const int32_t tscale = ti.tscale; local
1722 if (tscale>=0) {
1723 ti.ydtdy= ty << tscale;
1724 ti.dtdx = t.shade.idtdx << tscale;
1725 ti.dtdy = t.shade.idtdy << tscale;
1727 ti.ydtdy= ty >> -tscale;
1728 ti.dtdx = t.shade.idtdx >> -tscale;
2016 const int tscale = ti.tscale + (iwscale - 30); local
[all...]

Completed in 48 milliseconds