Home
last modified time | relevance | path

Searched refs:triangleColor (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fRasterizationTests.cpp1025 const tcu::RGBA triangleColor = tcu::RGBA(127, 127, 127, 255); in iterate() local
1036 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || in iterate()
1037 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || in iterate()
1038 (color.getBlue() - triangleColor.getBlue()) > thresholdBlue) in iterate()
/external/deqp/modules/gles3/functional/
Des3fRasterizationTests.cpp1302 const tcu::RGBA triangleColor = tcu::RGBA(127, 127, 127, 255); in iterate() local
1313 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || in iterate()
1314 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || in iterate()
1315 (color.getBlue() - triangleColor.getBlue()) > thresholdBlue) in iterate()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp1776 const tcu::RGBA triangleColor = tcu::RGBA(127, 127, 127, 255); in iterate() local
1787 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || in iterate()
1788 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || in iterate()
1789 (color.getBlue() - triangleColor.getBlue()) > thresholdBlue) in iterate()
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp2268 const tcu::RGBA triangleColor = tcu::RGBA(255, 255, 255, 255); in verifyTriangleGroupRasterization() local
2361 …const bool imageFullCoverage = compareColors(color, triangleColor, args.redBits, args.greenBits,… in verifyTriangleGroupRasterization()