Searched refs:wrapping (Results 1 – 3 of 3) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.h | 459 void wrapping( int d,
|
D | texturing.cpp | 503 wrapping(u, s.reg, width, tmu.swrap, FRAC_BITS); in build_textures() 504 wrapping(v, t.reg, height, tmu.twrap, FRAC_BITS); in build_textures() 1118 void GGLAssembler::wrapping( in wrapping() function in android::GGLAssembler
|
/system/core/libpixelflinger/ |
D | scanline.cpp | 574 static GGLfixed wrapping(int32_t coord, uint32_t size, int tx_wrap) in wrapping() function 687 u = wrapping(tc[i].s, w, tx.s_wrap); in scanline() 696 v = wrapping(tc[i].t, h, tx.t_wrap); in scanline()
|