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

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp503 wrapping(u, s.reg, width, tmu.swrap, FRAC_BITS);
504 wrapping(v, t.reg, height, tmu.twrap, FRAC_BITS);
1118 void GGLAssembler::wrapping( function in class:android::GGLAssembler
/system/core/libpixelflinger/
H A Dscanline.cpp461 static GGLfixed wrapping(int32_t coord, uint32_t size, int tx_wrap) function in namespace:android
574 u = wrapping(tc[i].s, w, tx.s_wrap);
583 v = wrapping(tc[i].t, h, tx.t_wrap);

Completed in 143 milliseconds