Lines Matching refs:isBlack
3364 static bool isBlack (const tcu::RGBA& c)
3384 const bool b1 = isBlack(c1);
3385 const bool b2 = isBlack(c2);
3386 const bool b3 = isBlack(c3);
3443 if (isBlack(c))
3460 const bool targetCoverage = !isBlack(target.getPixel(x+dx, y+dy));
3512 const bool targetCmpCoverage = !isBlack(target.getPixel(x+dx, y+dy));
3565 const bool referenceCoverage = !isBlack(refPixel);
3566 const bool screenCoverage = !isBlack(screenPixel);
3662 const bool referenceCoverage = !isBlack(refPixel);
3663 const bool screenCoverage = !isBlack(screenPixel);