Lines Matching refs:tol
315 float tol = numer / (1 << rgbBits);
326 const float tols[4] = {tol, tol, tol, alphaTol};
882 float tol = 2.f/(1 << rgbBits);
893 const float tols[4] = {tol, tol, tol, alphaTol};
1212 float tol[] = {rgbTol, rgbTol, rgbTol, alphaTol};
1238 ComparePixels(a, b, tol, error);
1290 float tol[4] = {}; // expect exactly same pixels, no conversions.
1299 ComparePixels(syncResult.pixmap(), asyncResult, tol, error);