Searched refs:compareColors (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryLayeredRenderingTests.cpp | 464 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() 617 case 4: isOk = compareColors(realValue, expectedValue, threshold); break; in verifyImageMultipleBars() 684 if (!compareColors(color, black, threshold))
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryLayeredRenderingTests.cpp | 464 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() 617 case 4: isOk = compareColors(realValue, expectedValue, threshold); break; in verifyImageMultipleBars() 684 if (!compareColors(color, black, threshold))
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuRasterizationVerifier.cpp | 93 bool compareColors (const tcu::RGBA& colorA, const tcu::RGBA& colorB, int redBits, int greenBits, int blueBits) in compareColors() function 1443 const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white(), args.redBits, args.greenBits, args.blueBits); 1468 if (compareColors(surface.getPixel(x+dx, y+dy), tcu::RGBA::white(), args.redBits, args.greenBits, args.blueBits)) 1549 const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white(), args.redBits, args.greenBits, args.blueBits); 1633 const bool result = compareColors(surface.getPixel(x, y), tcu::RGBA::white(), args.redBits, args.greenBits, args.blueBits); 1868 if (lineSurroundingCoverage == 0 && compareColors(color, tcu::RGBA::black(), args.redBits, args.greenBits, args.blueBits)) 2197 if (lineSurroundingCoverage == 0 && compareColors(color, tcu::RGBA::black(), args.redBits, args.greenBits, args.blueBits)) 2808 const bool imageNoCoverage = compareColors(color, backGroundColor, args.redBits, args.greenBits, args.blueBits); 2809 const bool imageFullCoverage = compareColors(color, triangleColor, args.redBits, args.greenBits, args.blueBits); 2839 if (compareColors(color [all...] |
Completed in 9 milliseconds