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

  /system/core/libpixelflinger/codeflinger/
texturing.cpp 283 tmu.swrap = GGL_READ_NEEDS(T_S_WRAP, needs.t[i]);
346 if ((tmu.swrap == GGL_NEEDS_WRAP_11) &&
449 if ((tmu.swrap == GGL_NEEDS_WRAP_11) &&
509 wrapping(u, s.reg, width, tmu.swrap, FRAC_BITS);
536 if (tmu.swrap == GGL_NEEDS_WRAP_REPEAT) {
667 if ((tmu.swrap == GGL_NEEDS_WRAP_11) &&
    [all...]
GGLAssembler.h 311 int swrap; member in struct:android::GGLAssembler::texture_unit_t
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 206 ConstantRange SWrap = Wrap.signExtend(20);
214 EXPECT_EQ(SWrap, ConstantRange(APInt(20, (uint64_t)INT16_MIN, true),

Completed in 580 milliseconds