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

  /external/skia/tools/
sk_tool_utils.cpp 535 SkScalar maxB = SkTMax(ll.fY, lr.fY);
537 return SkRect::MakeLTRB(r.fLeft, r.fTop + maxT, r.fRight, r.fBottom - maxB);
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 427 unsigned short maxB = maxBlockX ? 1000: 200;
428 checkPixel(buf, w-1, h-1, maxR, maxG, maxB);
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 612 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f);
619 if (isBilinearCompareValid(sampler.compare, prec, depths, Vec2(minA, maxA), Vec2(minB, maxB), cmpReference, result, isFixedPointDepth))
    [all...]
tcuTexLookupVerifier.cpp 709 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f);
717 if (isBilinearRangeValid(prec, quad, Vec2(minA, maxA), Vec2(minB, maxB), searchStep, result))
776 const float maxB = de::clamp((vBounds.y()-0.5f)-float(j), 0.0f, 1.0f);
787 if (isTrilinearRangeValid(prec, quad0, quad1, Vec2(minA, maxA), Vec2(minB, maxB), Vec2(minC, maxC), searchStep, result))
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp     [all...]

Completed in 181 milliseconds