Searched refs:compareColors (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 347 inline bool compareColors (const Vec4& colorA, const Vec4& colorB, const Vec4& threshold) in compareColors() function 380 const bool isBlack = compareColors(color, black, threshold); in verifyImageSingleColoredRow() 381 const bool isColor = compareColors(color, barColor, threshold); in verifyImageSingleColoredRow() 494 case 4: isOk = compareColors(realValue, expectedValue, threshold); break; in verifyImageMultipleBars() 561 if (!compareColors(color, black, threshold)) in verifyEmptyImage()
|
/external/deqp/framework/common/ |
D | tcuRasterizationVerifier.cpp | 89 bool compareColors (const tcu::RGBA& colorA, const tcu::RGBA& colorB, int redBits, int greenBits, i… in compareColors() function 1173 …const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white(), args.redBits, args.… in verifySinglesampleLineGroupRasterization() 1198 …if (compareColors(surface.getPixel(x+dx, y+dy), tcu::RGBA::white(), args.redBits, args.greenBits, … in verifySinglesampleLineGroupRasterization() 1286 …const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white(), args.redBits, args.g… in verifySinglesampleLineGroupRasterization() 1371 …const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white(), args.redBits, args.g… in verifySinglesampleLineGroupRasterization() 1598 …if (lineSurroundingCoverage == 0 && compareColors(color, tcu::RGBA::black(), args.redBits, args.gr… in verifyLineGroupPixelIndependentInterpolation() 1922 …if (lineSurroundingCoverage == 0 && compareColors(color, tcu::RGBA::black(), args.redBits, args.gr… in verifySinglesampleWideLineGroupInterpolation() 2368 …const bool imageNoCoverage = compareColors(color, backGroundColor, args.redBits, args.greenBits… in verifyTriangleGroupRasterization() 2369 …const bool imageFullCoverage = compareColors(color, triangleColor, args.redBits, args.greenBits,… in verifyTriangleGroupRasterization()
|