Searched refs:triangleColor (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fRasterizationTests.cpp | 1025 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/ |
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 | 1776 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/ |
D | tcuRasterizationVerifier.cpp | 2268 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()
|