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

  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 95 int maxB = 0, maxG = 0, maxR = 0, maxA = 0;
101 if (b > maxB) maxB = b;
106 *dptr = SkPackARGB32(maxA, maxR, maxG, maxB);
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 426 unsigned short maxB = maxBlockX ? 1000: 200;
427 checkPixel(buf, w-1, h-1, maxR, maxG, maxB);
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 610 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f);
617 if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpReference, result, isFixedPointDepth))
    [all...]
tcuTexLookupVerifier.cpp 666 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f);
674 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result))
729 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f);
740 if (isTrilinearRangeValid(prec, quad0, quad1, Vec2(minA, maxA), Vec2(minB, maxB), Vec2(minC, maxC), searchStep, result))
    [all...]

Completed in 922 milliseconds