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

/system/core/libpixelflinger/
H A Dscanline.cpp665 texture_iterators_t& ti = c->state.texture[i].iterators; local
667 tc[i].s = ti.ydsdy;
668 tc[i].t = ti.ydtdy;
670 tc[i].s = (xs * ti.dsdx) + ti.ydsdy;
671 tc[i].t = (xs * ti.dtdx) + ti.ydtdy;
702 texture_iterators_t& ti = tx.iterators; local
709 tc[i].s += ti.dsdx;
718 tc[i].t += ti
985 texture_iterators_t& ti = tx.iterators; local
1075 const texture_iterators_t& ti = tx.iterators; local
1672 texture_iterators_t& ti = t.iterators; local
1821 texture_iterators_t& ti = c->state.texture[i].iterators; local
1861 texture_iterators_t& ti = c->state.texture[i].iterators; local
1943 texture_iterators_t& ti = tmu.iterators; local
1996 texture_iterators_t& ti = tmu.iterators; local
[all...]

Completed in 43 milliseconds