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

/system/core/libpixelflinger/
H A Dpicker.cpp146 t |= GGL_BUILD_NEEDS(ggl_wrap_to_needs(tx.s_wrap), T_S_WRAP);
H A Dbuffer.cpp49 t.s_wrap = GGL_REPEAT;
H A Dpixelflinger.cpp407 what = &c->activeTMU->s_wrap;
H A Dscanline.cpp708 u = wrapping(tc[i].s, w, tx.s_wrap);
739 if (tx.s_wrap == GGL_REPEAT) {
1682 const int adjustSWrap = ((t.s_wrap==GGL_CLAMP)?0:16);
/system/core/include/private/pixelflinger/
H A Dggl_context.h413 uint16_t s_wrap; member in struct:android::texture_t

Completed in 51 milliseconds