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

1 2

  /external/chromium_org/third_party/skia/tests/
BlendTest.cpp 27 static void test(skiatest::Reporter* r, int maxDiff, Blend algorithm,
31 if (abs_diff(blend, golden) > maxDiff) {
33 dst, src, alpha, blend, golden, maxDiff);
34 ASSERT(abs_diff(blend, golden) <= maxDiff);
39 static void test_alpha(skiatest::Reporter* r, uint8_t alpha, int maxDiff, Blend algorithm) {
40 SkASSERT(maxDiff >= 0);
44 test(r, maxDiff, algorithm, dst, src, alpha);
50 static void test_dst(skiatest::Reporter* r, uint8_t dst, int maxDiff, Blend algorithm) {
51 SkASSERT(maxDiff >= 0);
55 test(r, maxDiff, algorithm, dst, src, alpha)
    [all...]
  /external/skia/tests/
BlendTest.cpp 27 static void test(skiatest::Reporter* r, int maxDiff, Blend algorithm,
31 if (abs_diff(blend, golden) > maxDiff) {
33 dst, src, alpha, blend, golden, maxDiff);
34 ASSERT(abs_diff(blend, golden) <= maxDiff);
39 static void test_alpha(skiatest::Reporter* r, uint8_t alpha, int maxDiff, Blend algorithm) {
40 SkASSERT(maxDiff >= 0);
44 test(r, maxDiff, algorithm, dst, src, alpha);
50 static void test_dst(skiatest::Reporter* r, uint8_t dst, int maxDiff, Blend algorithm) {
51 SkASSERT(maxDiff >= 0);
55 test(r, maxDiff, algorithm, dst, src, alpha)
    [all...]
  /external/chromium_org/tools/binary_size/
explain_binary_size_delta_unittest.py 219 self.maxDiff = None
273 self.maxDiff = None
349 self.maxDiff = None
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.cpp 166 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
222 if (diff0 > maxDiff || diff1 > maxDiff)
229 << "\n diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff
266 const deUint32 maxDiff = 1; // Rounding error.
311 if (diff0 > maxDiff || diff1 > maxDiff)
319 << "\n ULP diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff
357 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
413 if (diff0 > maxDiff || diff1 > maxDiff
    [all...]
  /external/chromium_org/third_party/closure_compiler/
processor_test.py 17 self.maxDiff = None
86 self.maxDiff = None
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
InputLayoutCache.cpp 186 size_t maxDiff = 0;
208 maxDiff = std::max(maxDiff, static_cast<size_t>(i));
218 ASSERT(minDiff <= maxDiff && maxDiff < gl::MAX_VERTEX_ATTRIBS);
219 mDeviceContext->IASetVertexBuffers(minDiff, maxDiff - minDiff + 1, mCurrentBuffers + minDiff,
  /external/deqp/modules/gles3/functional/
es3fShaderPackingFunctionTests.cpp 162 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
218 if (diff0 > maxDiff || diff1 > maxDiff)
225 << "\n diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff
262 const deUint32 maxDiff = 1; // Rounding error.
307 if (diff0 > maxDiff || diff1 > maxDiff)
315 << "\n ULP diffs = (" << diff0 << ", " << diff1 << "), max diff = " << maxDiff
353 const int maxDiff = m_precision == glu::PRECISION_HIGHP ? 1 : // Rounding only.
409 if (diff0 > maxDiff || diff1 > maxDiff
    [all...]
es3fColorClearTest.cpp 239 RGBA maxDiff(0, 0, 0, 0);
263 maxDiff = max(maxDiff, diff);
274 m_testCtx.getLog() << tcu::TestLog::Message << "Image comparison failed, max diff = " << maxDiff << ", threshold = " << colorThreshold << tcu::TestLog::EndMessage;
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
imagediffdb_test.py 29 self.maxDiff = None
imagepair_test.py 30 self.maxDiff = None
imagepairset_test.py 72 self.maxDiff = None # do not truncate diffs when tests fail
  /external/chromium_org/tools/json_schema_compiler/
dart_generator_test.py 49 self.maxDiff = 2000
  /external/skia/gm/rebaseline_server/
imagediffdb_test.py 30 self.maxDiff = None
imagepair_test.py 29 self.maxDiff = None
imagepairset_test.py 72 self.maxDiff = None # do not truncate diffs when tests fail
  /external/deqp/framework/common/
tcuImageCompare.cpp 417 UVec4 maxDiff (0, 0, 0, 0);
441 maxDiff = max(maxDiff, diff);
448 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold));
461 log << TestLog::Message << "Image comparison failed: max difference = " << maxDiff << ", threshold = " << threshold << TestLog::EndMessage;
510 Vec4 maxDiff (0.0f, 0.0f, 0.0f, 0.0f);
528 maxDiff = max(maxDiff, diff);
535 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold));
548 log << TestLog::Message << "Image comparison failed: max difference = " << maxDiff << ", threshold = " << threshold << TestLog::EndMessage
    [all...]
  /external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp 239 RGBA maxDiff(0, 0, 0, 0);
263 maxDiff = max(maxDiff, diff);
274 m_testCtx.getLog() << tcu::TestLog::Message << "Image comparison failed, max diff = " << maxDiff << ", threshold = " << colorThreshold << tcu::TestLog::EndMessage;
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_list_data_source_test.py 146 self.maxDiff = None
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/formatter/
main_unittest.py 68 maxDiff = 4096
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 595 self.assertEqual(self.maxDiff, 80*8)
603 self.maxDiff = len(diff)//2
613 self.maxDiff = len(diff) * 2
623 self.maxDiff = None
634 self.maxDiff = 1
639 self.maxDiff = None
643 self.maxDiff = 4
675 self.maxDiff = None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_case.py 595 self.assertEqual(self.maxDiff, 80*8)
603 self.maxDiff = len(diff)//2
613 self.maxDiff = len(diff) * 2
623 self.maxDiff = None
634 self.maxDiff = 1
639 self.maxDiff = None
643 self.maxDiff = 4
675 self.maxDiff = None
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
diff_parser_unittest.py 37 maxDiff = None
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
outputcapture.py 112 maxDiff = None
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
bot_test_expectations_unittest.py 188 self.maxDiff = None
  /external/chromium_org/tools/perf_expectations/
update_perf_expectations_unittest.py 55 self.maxDiff = None

Completed in 829 milliseconds

1 2