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

/system/core/libpixelflinger/
H A Dscanline.cpp661 } tc[GGL_TEXTURE_UNIT_COUNT]; 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;
708 u = wrapping(tc[i].s, w, tx.s_wrap);
709 tc[i].s += ti.dsdx;
717 v = wrapping(tc[i].t, h, tx.t_wrap);
718 tc[i].t += ti.dtdx;
1885 } tc[GGL_TEXTURE_UNIT_COUN local
[all...]

Completed in 83 milliseconds