Searched refs:groundTruthResult (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/tests/ |
D | BlurTest.cpp | 349 int groundTruthResult[kSize]; in test_sigma_range() local 359 ground_truth_2d(100, 100, sigma, groundTruthResult, kSize); in test_sigma_range() 376 REPORTER_ASSERT(reporter, match(groundTruthResult, bruteForce1DResult, kSize, 1)); in test_sigma_range() 384 write_as_csv("GroundTruth2D", sigma, groundTruthResult, kSize); in test_sigma_range()
|
/external/skia/tests/ |
D | BlurTest.cpp | 349 int groundTruthResult[kSize]; in test_sigma_range() local 359 ground_truth_2d(100, 100, sigma, groundTruthResult, kSize); in test_sigma_range() 376 REPORTER_ASSERT(reporter, match(groundTruthResult, bruteForce1DResult, kSize, 1)); in test_sigma_range() 384 write_as_csv("GroundTruth2D", sigma, groundTruthResult, kSize); in test_sigma_range()
|