Home
last modified time | relevance | path

Searched refs:isBlack (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/glshared/
DglsDrawTest.cpp3411 static bool isBlack (const tcu::RGBA& c) in isBlack() function
3431 const bool b1 = isBlack(c1); in isEdgeTriplet()
3432 const bool b2 = isBlack(c2); in isEdgeTriplet()
3433 const bool b3 = isBlack(c3); in isEdgeTriplet()
3490 if (isBlack(c)) in getVisualizationGrayscaleColor()
3507 const bool targetCoverage = !isBlack(target.getPixel(x+dx, y+dy)); in pixelNearLineIntersection()
3559 const bool targetCmpCoverage = !isBlack(target.getPixel(x+dx, y+dy)); in pixelNeighborhoodContainsCoverage()
3612 const bool referenceCoverage = !isBlack(refPixel); in edgeRelaxedImageCompare()
3613 const bool screenCoverage = !isBlack(screenPixel); in edgeRelaxedImageCompare()
3709 const bool referenceCoverage = !isBlack(refPixel); in intersectionRelaxedLineImageCompare()
[all …]
DglsShaderLibraryCase.cpp635 bool isBlack = (pixel.getRed() == 0) && (pixel.getGreen() == 0) && (pixel.getBlue() == 0); in checkPixels() local
638 allBlack = allBlack && isBlack; in checkPixels()
639 anyUnexpected = anyUnexpected || (!isWhite && !isBlack); in checkPixels()
DglsRasterizationTestUtil.cpp1717 bool isBlack (const tcu::RGBA& c) in isBlack() function
1909 isBlack(surface.getPixel(rootPosition.x(), rootPosition.y()))) in verifySinglesampleWideLineGroupInterpolation()
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp80 inline bool isBlack (const tcu::IVec4& a) in isBlack() function
103 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()
/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp83 inline bool isBlack (const tcu::IVec4& a) in isBlack() function
106 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()
/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp69 static bool isBlack (const tcu::RGBA& c) in isBlack() function
1252 if(!isBlack(result)) in verifyRenderedImage()
1864 if (!isBlack(src.getPixel(x, y))) in verifyImage()
Des31fGeometryShaderTests.cpp3407 …const bool isBlack = color.getRed() <= threshold || color.getGreen() <= threshold || color.getBl… in verifyImageSingleColoredRow() local
3415 isOk = isBlack; in verifyImageSingleColoredRow()
3417 isOk = isColor || isBlack; in verifyImageSingleColoredRow()
3462 …const bool isBlack = color.getRed() <= threshold || color.getGreen() <= threshold || color.getBl… in verifyEmptyImage() local
3464 if (!isBlack) in verifyEmptyImage()