Home
last modified time | relevance | path

Searched refs:swrap (Results 1 – 2 of 2) sorted by relevance

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp279 tmu.swrap = GGL_READ_NEEDS(T_S_WRAP, needs.t[i]); in decodeTMUNeeds()
342 if ((tmu.swrap == GGL_NEEDS_WRAP_11) && in init_textures()
445 if ((tmu.swrap == GGL_NEEDS_WRAP_11) && in build_textures()
505 wrapping(u, s.reg, width, tmu.swrap, FRAC_BITS); in build_textures()
532 if (tmu.swrap == GGL_NEEDS_WRAP_REPEAT) { in build_textures()
663 if ((tmu.swrap == GGL_NEEDS_WRAP_11) && in build_iterate_texture_coordinates()
995 tmu.swrap == GGL_NEEDS_WRAP_11 && in build_texture_environment()
DGGLAssembler.h317 int swrap; member