Searched refs:triangleColor (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fRasterizationTests.cpp | 1153 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/ |
D | es3fRasterizationTests.cpp | 1302 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/ |
D | vktRasterizationTests.cpp | 1628 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/ |
D | tcuRasterizationVerifier.cpp | 2276 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()
|