Home
last modified time | relevance | path

Searched refs:tols (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tests/
H A DExtendedSkColorTypeTests.cpp162 const float tols[4] = {0.0f, 0.0f, 0.0f, 0}; in compare_pixmaps() local
172 ComparePixels(expected, actual, tols, error); in compare_pixmaps()
H A DCompressedBackendAllocationTest.cpp26 const float tols[4] = { 0.01f, 0.01f, 0.01f, 0.01f }; in check_solid_pixmap() local
36 CheckSolidPixels(expected, actual, tols, error); in check_solid_pixmap()
H A DReadWritePixelsGpuTest.cpp326 const float tols[4] = {tol, tol, tol, alphaTol}; in gpu_read_pixels_test_driver()
360 ComparePixels(ref, actual, tols, error); in gpu_read_pixels_test_driver()
893 const float tols[4] = {tol, tol, tol, alphaTol}; in gpu_write_pixels_test_driver()
930 ComparePixels(ref, actual, tols, error); in gpu_write_pixels_test_driver()
H A DBackendAllocationTest.cpp209 const float tols[4] = { 0.01f, 0.01f, 0.01f, 0.01f }; in check_solid_pixmap() local
218 CheckSolidPixels(expected, actual, tols, error); in check_solid_pixmap()
H A DGrThreadSafeCacheTest.cpp358 const float tols[4] = { 0.0f, 0.0f, 0.0f, 0.0f }; in checkImage() local
367 return ComparePixels(expected.pixmap(), actual.pixmap(), tols, error); in checkImage()

Completed in 12 milliseconds