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

/system/core/libpixelflinger/
H A Dscanline.cpp644 texture_iterators_t& ti = c->state.texture[i].iterators; local
646 tc[i].s = ti.ydsdy;
647 tc[i].t = ti.ydtdy;
649 tc[i].s = (xs * ti.dsdx) + ti.ydsdy;
650 tc[i].t = (xs * ti.dtdx) + ti.ydtdy;
681 texture_iterators_t& ti = tx.iterators; local
688 tc[i].s += ti.dsdx;
697 tc[i].t += ti
964 texture_iterators_t& ti = tx.iterators; local
1054 const texture_iterators_t& ti = tx.iterators; local
1651 texture_iterators_t& ti = t.iterators; local
1800 texture_iterators_t& ti = c->state.texture[i].iterators; local
1840 texture_iterators_t& ti = c->state.texture[i].iterators; local
1922 texture_iterators_t& ti = tmu.iterators; local
1975 texture_iterators_t& ti = tmu.iterators; local
[all...]

Completed in 662 milliseconds