Searched refs:GGL_NEEDS_WRAP_11 (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/
H A Dpicker.cpp143 t |= GGL_BUILD_NEEDS(GGL_NEEDS_WRAP_11, T_S_WRAP);
144 t |= GGL_BUILD_NEEDS(GGL_NEEDS_WRAP_11, T_T_WRAP);
/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp342 if ((tmu.swrap == GGL_NEEDS_WRAP_11) &&
343 (tmu.twrap == GGL_NEEDS_WRAP_11))
445 if ((tmu.swrap == GGL_NEEDS_WRAP_11) &&
446 (tmu.twrap == GGL_NEEDS_WRAP_11))
663 if ((tmu.swrap == GGL_NEEDS_WRAP_11) &&
664 (tmu.twrap == GGL_NEEDS_WRAP_11))
995 tmu.swrap == GGL_NEEDS_WRAP_11 &&
996 tmu.twrap == GGL_NEEDS_WRAP_11)
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h179 const int GGL_NEEDS_WRAP_11 = 2; member in namespace:android

Completed in 59 milliseconds