Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsDrawTest.cpp3343 static bool isBlack (const tcu::RGBA& c) in isBlack() function
3363 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 …]
DglsShaderLibraryCase.cpp883 const bool isBlack = (pixel[0] == 0) && (pixel[1] == 0) && (pixel[2] == 0); in checkPixels() local
886 allBlack = allBlack && isBlack; in checkPixels()
887 anyUnexpected = anyUnexpected || (!isWhite && !isBlack); in checkPixels()
/external/deqp/external/openglcts/modules/common/
DglcShaderLibraryCase.cpp241 bool isBlack = (pixel.getRed() == 0) && (pixel.getGreen() == 0) && (pixel.getBlue() == 0); in checkPixels() local
244 allBlack = allBlack && isBlack; in checkPixels()
245 anyUnexpected = anyUnexpected || (!isWhite && !isBlack); in checkPixels()
/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/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/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp380 const bool isBlack = compareColors(color, black, threshold); in verifyImageSingleColoredRow() local
388 isOk = isBlack; in verifyImageSingleColoredRow()
390 isOk = isColor || isBlack; in verifyImageSingleColoredRow()
/external/deqp/modules/gles31/functional/
Des31fTessellationGeometryInteractionTests.cpp82 static bool isBlack (const tcu::RGBA& c) in isBlack() function
1275 if(!isBlack(result)) in verifyRenderedImage()
1888 if (!isBlack(src.getPixel(x, y))) in verifyImage()
Des31fGeometryShaderTests.cpp3530 …const bool isBlack = color.getRed() <= threshold || color.getGreen() <= threshold || color.getBl… in verifyImageSingleColoredRow() local
3538 isOk = isBlack; in verifyImageSingleColoredRow()
3540 isOk = isColor || isBlack; in verifyImageSingleColoredRow()
3585 …const bool isBlack = color.getRed() <= threshold || color.getGreen() <= threshold || color.getBl… in verifyEmptyImage() local
3587 if (!isBlack) in verifyEmptyImage()
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp1771 bool isBlack (const tcu::RGBA& c) in isBlack() function
1963 isBlack(surface.getPixel(rootPosition.x(), rootPosition.y()))) in verifySinglesampleWideLineGroupInterpolation()