Home | History | Annotate | Download | only in glshared

Lines Matching defs:isBlack

3411 static bool isBlack (const tcu::RGBA& c)
3431 const bool b1 = isBlack(c1);
3432 const bool b2 = isBlack(c2);
3433 const bool b3 = isBlack(c3);
3490 if (isBlack(c))
3507 const bool targetCoverage = !isBlack(target.getPixel(x+dx, y+dy));
3559 const bool targetCmpCoverage = !isBlack(target.getPixel(x+dx, y+dy));
3612 const bool referenceCoverage = !isBlack(refPixel);
3613 const bool screenCoverage = !isBlack(screenPixel);
3709 const bool referenceCoverage = !isBlack(refPixel);
3710 const bool screenCoverage = !isBlack(screenPixel);