HomeSort by relevance Sort by last modified time
    Searched refs:GGL_NEEDS_WRAP_11 (Results 1 - 3 of 3) sorted by null

  /system/core/libpixelflinger/
picker.cpp 143 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/
texturing.cpp 346 if ((tmu.swrap == GGL_NEEDS_WRAP_11) &&
347 (tmu.twrap == GGL_NEEDS_WRAP_11))
449 if ((tmu.swrap == GGL_NEEDS_WRAP_11) &&
450 (tmu.twrap == GGL_NEEDS_WRAP_11))
667 if ((tmu.swrap == GGL_NEEDS_WRAP_11) &&
668 (tmu.twrap == GGL_NEEDS_WRAP_11))
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 179 const int GGL_NEEDS_WRAP_11 = 2;

Completed in 171 milliseconds