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

  /cts/hostsidetests/theme/src/android/theme/cts/
ComparisonTask.java 127 int colorDiff;
131 colorDiff = colorExpected == colorActual ? colorExpected : Color.RED.getRGB();
134 colorDiff = Color.BLUE.getRGB();
137 colorDiff = Color.GREEN.getRGB();
139 colorDiff = Color.MAGENTA.getRGB();
147 diff.setRGB(x, j, colorDiff);
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 807 const UVec4 colorDiff = ulpDiff(color, subCase.varying);
808 const bool colorOk = boolAll(lessThanEqual(colorDiff, tcu::UVec4(maxColorUlpDiff)));
825 << " color ulp diff = " << colorDiff
  /external/deqp/modules/gles2/stress/
es2sSpecialFloatTests.cpp 321 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec());
323 if (colorDiff.x() > formatThreshold.getRed() + colorThreshold ||
324 colorDiff.y() > formatThreshold.getGreen() + colorThreshold ||
325 colorDiff.z() > formatThreshold.getBlue() + colorThreshold)
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp 329 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec());
331 if (colorDiff.x() > formatThreshold.getRed() + colorThreshold ||
332 colorDiff.y() > formatThreshold.getGreen() + colorThreshold ||
333 colorDiff.z() > formatThreshold.getBlue() + colorThreshold)
    [all...]

Completed in 193 milliseconds