Home
last modified time | relevance | path

Searched refs:compareColors (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp464 inline bool compareColors (const Vec4& colorA, const Vec4& colorB, const Vec4& threshold) in compareColors() function
498 const bool isBlack = compareColors(color, black, threshold); in verifyImageSingleColoredRow()
499 const bool isBrown = compareColors(color, brown, threshold); in verifyImageSingleColoredRow()
500 const bool isColor = compareColors(color, barColor, threshold); in verifyImageSingleColoredRow()
616 case 4: isOk = compareColors(realValue, expectedValue, threshold); break; in verifyImageMultipleBars()
683 if (!compareColors(color, black, threshold)) in verifyEmptyImage()
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp93 bool compareColors (const tcu::RGBA& colorA, const tcu::RGBA& colorB, int redBits, int greenBits, i… in compareColors() function
1418 …const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white(), args.redBits, args.… in verifySinglesampleLineGroupRasterization()
1443 …if (compareColors(surface.getPixel(x+dx, y+dy), tcu::RGBA::white(), args.redBits, args.greenBits, … in verifySinglesampleLineGroupRasterization()
1524 …const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white(), args.redBits, args.g… in verifySinglesampleLineGroupRasterization()
1608 …const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white(), args.redBits, args.g… in verifySinglesampleLineGroupRasterization()
1843 …if (lineSurroundingCoverage == 0 && compareColors(color, tcu::RGBA::black(), args.redBits, args.gr… in verifyLineGroupPixelIndependentInterpolation()
2167 …if (lineSurroundingCoverage == 0 && compareColors(color, tcu::RGBA::black(), args.redBits, args.gr… in verifySinglesampleWideLineGroupInterpolation()
2778 …const bool imageNoCoverage = compareColors(color, backGroundColor, args.redBits, args.greenBits… in verifyTriangleGroupRasterization()
2779 …const bool imageFullCoverage = compareColors(color, triangleColor, args.redBits, args.greenBits,… in verifyTriangleGroupRasterization()
2809 if (compareColors(color2, triangleColor, args.redBits, args.greenBits, args.blueBits)) in verifyTriangleGroupRasterization()