HomeSort by relevance Sort by last modified time
    Searched refs:colorThreshold (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/skia/tools/skdiff/
skdiff_html.h 15 const int colorThreshold,
skdiff_utils.h 49 const int colorThreshold,
skdiff_html.cpp 30 const int colorThreshold,
59 if (colorThreshold == 0) {
63 stream->writeDecAsText(colorThreshold);
225 const int colorThreshold,
283 print_table_header(&outputStream, matchCount, colorThreshold, differences,
skdiff.cpp 158 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold) {
203 if (!colors_match_thresholded(c0, c1, colorThreshold)) {
skdiff_utils.cpp 145 const int colorThreshold,
159 compute_diff(drp, dmp, colorThreshold);
skdiff.h 270 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold);
skdiff_main.cpp 377 const int colorThreshold,
504 create_and_write_diff_image(drp, dmp, colorThreshold,
621 int colorThreshold = 0;
740 colorThreshold = atoi(argv[++i]);
815 create_diff_images(diffProc, colorThreshold, ignoreColorSpace, &differences,
831 print_diff_page(summary.fNumMatches, colorThreshold, differences,
  /external/skqp/tools/skdiff/
skdiff_html.h 15 const int colorThreshold,
skdiff_utils.h 49 const int colorThreshold,
skdiff_html.cpp 30 const int colorThreshold,
59 if (colorThreshold == 0) {
63 stream->writeDecAsText(colorThreshold);
225 const int colorThreshold,
283 print_table_header(&outputStream, matchCount, colorThreshold, differences,
skdiff.cpp 158 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold) {
203 if (!colors_match_thresholded(c0, c1, colorThreshold)) {
skdiff_utils.cpp 145 const int colorThreshold,
159 compute_diff(drp, dmp, colorThreshold);
skdiff.h 270 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold);
skdiff_main.cpp 377 const int colorThreshold,
504 create_and_write_diff_image(drp, dmp, colorThreshold,
621 int colorThreshold = 0;
740 colorThreshold = atoi(argv[++i]);
815 create_diff_images(diffProc, colorThreshold, ignoreColorSpace, &differences,
831 print_diff_page(summary.fNumMatches, colorThreshold, differences,
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
ColorVerifier.java 36 public ColorVerifier(@ColorInt int color, int colorThreshold, float spatialTolerance) {
37 super(colorThreshold, spatialTolerance);
  /cts/tests/tests/uirendering27/src/android/uirendering/cts/bitmapverifiers/
ColorVerifier.java 36 public ColorVerifier(@ColorInt int color, int colorThreshold, float spatialTolerance) {
37 super(colorThreshold, spatialTolerance);
  /external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp 236 RGBA colorThreshold = pixelFormat.getColorThreshold();
244 colorThreshold.setRed(colorThreshold.getRed() + 1);
245 colorThreshold.setGreen(colorThreshold.getGreen() + 1);
246 colorThreshold.setBlue(colorThreshold.getBlue() + 1);
247 colorThreshold.setAlpha(colorThreshold.getAlpha() + 1);
258 bool isPixelOk = diff.isBelowThreshold(colorThreshold);
    [all...]
es2fPrerequisiteTests.cpp 234 RGBA colorThreshold = pixelFormat.getColorThreshold();
245 bool isPixelOk = compareThreshold(refRGBA, resRGBA, colorThreshold);
es2fDefaultVertexAttributeTests.cpp 426 const tcu::RGBA colorThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold() * resultThreshold;
434 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying rendered image. Expecting color " << refColor << ", threshold " << colorThreshold << tcu::TestLog::EndMessage;
441 if (de::abs(color.getRed() - refColor.getRed()) > colorThreshold.getRed() ||
442 de::abs(color.getGreen() - refColor.getGreen()) > colorThreshold.getGreen() ||
443 de::abs(color.getBlue() - refColor.getBlue()) > colorThreshold.getBlue())
  /external/deqp/modules/gles3/functional/
es3fColorClearTest.cpp 236 RGBA colorThreshold = pixelFormat.getColorThreshold();
244 colorThreshold.setRed(colorThreshold.getRed() + 1);
245 colorThreshold.setGreen(colorThreshold.getGreen() + 1);
246 colorThreshold.setBlue(colorThreshold.getBlue() + 1);
247 colorThreshold.setAlpha(colorThreshold.getAlpha() + 1);
258 bool isPixelOk = diff.isBelowThreshold(colorThreshold);
    [all...]
es3fPrerequisiteTests.cpp 234 RGBA colorThreshold = pixelFormat.getColorThreshold();
245 bool isPixelOk = compareThreshold(refRGBA, resRGBA, colorThreshold);
es3fDefaultVertexAttributeTests.cpp 503 const tcu::RGBA colorThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold() * resultThreshold;
511 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying rendered image. Expecting color " << refColor << ", threshold " << colorThreshold << tcu::TestLog::EndMessage;
518 if (de::abs(color.getRed() - refColor.getRed()) > colorThreshold.getRed() ||
519 de::abs(color.getGreen() - refColor.getGreen()) > colorThreshold.getGreen() ||
520 de::abs(color.getBlue() - refColor.getBlue()) > colorThreshold.getBlue())
  /external/deqp/framework/common/
tcuTexLookupVerifier.hpp 47 Vec4 colorThreshold; //!< Threshold for match.
53 , colorThreshold (0.0f)
63 UVec4 colorThreshold; //!< Threshold for match.
69 , colorThreshold (0)
tcuTexLookupVerifier.cpp 80 return boolAll(logicalOr(lessThanEqual(diff, prec.colorThreshold), logicalNot(prec.colorMask)));
85 return boolAll(logicalOr(lessThanEqual(absDiff(ref, result).asUint(), prec.colorThreshold), logicalNot(prec.colorMask)));
90 return boolAll(logicalOr(lessThanEqual(absDiff(ref, result), prec.colorThreshold), logicalNot(prec.colorMask)));
142 DE_ASSERT(boolAll(greaterThan(prec.colorThreshold, Vec4(0.0f))));
146 const Vec4 stepCount = d / prec.colorThreshold;
156 DE_ASSERT(boolAll(greaterThan(prec.colorThreshold, Vec4(0.0f))));
164 const Vec4 stepCount = maxD / prec.colorThreshold;
173 DE_ASSERT(boolAll(greaterThan(prec.colorThreshold, Vec4(0.0f))));
175 const Vec4 stepCount = 1.0f / prec.colorThreshold;
184 DE_ASSERT(boolAll(greaterThan(prec.colorThreshold, Vec4(0.0f))))
    [all...]
  /external/deqp/modules/gles31/stress/
es31sVertexAttributeBindingTests.cpp 76 const int colorThreshold = 20;
90 if (de::abs(pixel.getGreen() - 255) > colorThreshold)
94 if (de::abs(pixel.getBlue() - 0) > colorThreshold)

Completed in 831 milliseconds

1 2 3