Searched refs:isBlack (Results 1 – 9 of 9) sorted by relevance
3343 static bool isBlack (const tcu::RGBA& c) in isBlack() function3363 const bool b1 = isBlack(c1); in isEdgeTriplet()3364 const bool b2 = isBlack(c2); in isEdgeTriplet()3365 const bool b3 = isBlack(c3); in isEdgeTriplet()3422 if (isBlack(c)) in getVisualizationGrayscaleColor()3439 const bool targetCoverage = !isBlack(target.getPixel(x+dx, y+dy)); in pixelNearLineIntersection()3491 const bool targetCmpCoverage = !isBlack(target.getPixel(x+dx, y+dy)); in pixelNeighborhoodContainsCoverage()3544 const bool referenceCoverage = !isBlack(refPixel); in edgeRelaxedImageCompare()3545 const bool screenCoverage = !isBlack(screenPixel); in edgeRelaxedImageCompare()3641 const bool referenceCoverage = !isBlack(refPixel); in intersectionRelaxedLineImageCompare()[all …]
883 const bool isBlack = (pixel[0] == 0) && (pixel[1] == 0) && (pixel[2] == 0); in checkPixels() local886 allBlack = allBlack && isBlack; in checkPixels()887 anyUnexpected = anyUnexpected || (!isWhite && !isBlack); in checkPixels()
241 bool isBlack = (pixel.getRed() == 0) && (pixel.getGreen() == 0) && (pixel.getBlue() == 0); in checkPixels() local244 allBlack = allBlack && isBlack; in checkPixels()245 anyUnexpected = anyUnexpected || (!isWhite && !isBlack); in checkPixels()
83 inline bool isBlack (const tcu::IVec4& a) in isBlack() function106 return isBlack(a) == isBlack(b); in compareBlackNonBlackPixels()111 const bool aIsBlack = isBlack(a); in compareColoredPixels()112 const bool bIsBlack = isBlack(b); in compareColoredPixels()288 …const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() >… in checkHalfFilledImageOverdraw()
80 inline bool isBlack (const tcu::IVec4& a) in isBlack() function103 return isBlack(a) == isBlack(b); in compareBlackNonBlackPixels()108 const bool aIsBlack = isBlack(a); in compareColoredPixels()109 const bool bIsBlack = isBlack(b); in compareColoredPixels()285 …const bool pixelValid = isBlack(cTest) || isHalfFilled(cTest) || (m_renderTarget.getNumSamples() >… in checkHalfFilledImageOverdraw()
380 const bool isBlack = compareColors(color, black, threshold); in verifyImageSingleColoredRow() local388 isOk = isBlack; in verifyImageSingleColoredRow()390 isOk = isColor || isBlack; in verifyImageSingleColoredRow()
82 static bool isBlack (const tcu::RGBA& c) in isBlack() function1275 if(!isBlack(result)) in verifyRenderedImage()1888 if (!isBlack(src.getPixel(x, y))) in verifyImage()
3530 …const bool isBlack = color.getRed() <= threshold || color.getGreen() <= threshold || color.getBl… in verifyImageSingleColoredRow() local3538 isOk = isBlack; in verifyImageSingleColoredRow()3540 isOk = isColor || isBlack; in verifyImageSingleColoredRow()3585 …const bool isBlack = color.getRed() <= threshold || color.getGreen() <= threshold || color.getBl… in verifyEmptyImage() local3587 if (!isBlack) in verifyEmptyImage()
1771 bool isBlack (const tcu::RGBA& c) in isBlack() function1963 isBlack(surface.getPixel(rootPosition.x(), rootPosition.y()))) in verifySinglesampleWideLineGroupInterpolation()