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

  /external/skia/src/gpu/
GrPathUtils.cpp 237 SkScalar maxD = SkPointPriv::DistanceToSqd(qPts[0], qPts[1]);
240 if (d > maxD) {
241 maxD = d;
245 if (d > maxD) {
246 maxD = d;
250 if (maxD > 0) {
    [all...]
  /external/skqp/src/gpu/
GrPathUtils.cpp 237 SkScalar maxD = SkPointPriv::DistanceToSqd(qPts[0], qPts[1]);
240 if (d > maxD) {
241 maxD = d;
245 if (d > maxD) {
246 maxD = d;
250 if (maxD > 0) {
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 163 const Vec4 maxD = max(d0, max(d1, max(d2, d3)));
164 const Vec4 stepCount = maxD / prec.colorThreshold;
    [all...]

Completed in 444 milliseconds