Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
Dtexturing.cpp281 tmu.twrap = GGL_READ_NEEDS(T_T_WRAP, needs.t[i]); in decodeTMUNeeds()
342 (tmu.twrap == GGL_NEEDS_WRAP_11)) in init_textures()
440 (tmu.twrap == GGL_NEEDS_WRAP_11)) in build_textures()
500 wrapping(v, t.reg, height, tmu.twrap, FRAC_BITS); in build_textures()
561 if (tmu.twrap == GGL_NEEDS_WRAP_REPEAT) { in build_textures()
657 (tmu.twrap == GGL_NEEDS_WRAP_11)) in build_iterate_texture_coordinates()
989 tmu.twrap == GGL_NEEDS_WRAP_11) in build_texture_environment()
DGGLAssembler.h326 int twrap; member