Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fRasterizationTests.cpp1153 const tcu::RGBA triangleColor = tcu::RGBA(127, 127, 127, 255); in iterate() local
1164 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || in iterate()
1165 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || in iterate()
1166 (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.cpp1628 const tcu::RGBA triangleColor = tcu::RGBA(127, 127, 127, 255); in iterate() local
1639 if ((color.getRed() - triangleColor.getRed()) > thresholdRed || in iterate()
1640 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || in iterate()
1641 (color.getBlue() - triangleColor.getBlue()) > thresholdBlue) in iterate()
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp2276 const tcu::RGBA triangleColor = tcu::RGBA(255, 255, 255, 255); in verifyTriangleGroupRasterization() local
2369 …const bool imageFullCoverage = compareColors(color, triangleColor, args.redBits, args.greenBits,… in verifyTriangleGroupRasterization()