Home | History | Annotate | Download | only in glshared

Lines Matching refs:isBlack

3327 static bool isBlack (const tcu::RGBA& c)
3347 const bool b1 = isBlack(c1);
3348 const bool b2 = isBlack(c2);
3349 const bool b3 = isBlack(c3);
3406 if (isBlack(c))
3423 const bool targetCoverage = !isBlack(target.getPixel(x+dx, y+dy));
3475 const bool targetCmpCoverage = !isBlack(target.getPixel(x+dx, y+dy));
3528 const bool referenceCoverage = !isBlack(refPixel);
3529 const bool screenCoverage = !isBlack(screenPixel);
3625 const bool referenceCoverage = !isBlack(refPixel);
3626 const bool screenCoverage = !isBlack(screenPixel);