Searched refs:thresholdGreen (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsRasterizationTestUtil.cpp | 96 const int thresholdGreen = 1 << (8 - greenBits); in compareColors() local 100 deAbs32(colorA.getGreen() - colorB.getGreen()) <= thresholdGreen && in compareColors() 788 const int thresholdGreen = stackSize - 1; in verifyTriangleGroupInterpolationWithInterpolator() local 813 pixelNativeColor.y() < colorMin.y() - thresholdGreen || in verifyTriangleGroupInterpolationWithInterpolator() 816 pixelNativeColor.y() > colorMax.y() + thresholdGreen || in verifyTriangleGroupInterpolationWithInterpolator() 828 << "\tAllowed error:\t\t" << tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue) << "\n" in verifyTriangleGroupInterpolationWithInterpolator() 829 …ative color min: " << tcu::clamp(colorMin - tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue… in verifyTriangleGroupInterpolationWithInterpolator() 830 …ative color max: " << tcu::clamp(colorMax + tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue… in verifyTriangleGroupInterpolationWithInterpolator() 831 …tive float min: " << tcu::clamp(colorMinF - tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue… in verifyTriangleGroupInterpolationWithInterpolator() 832 …tive float max: " << tcu::clamp(colorMaxF + tcu::IVec3(thresholdRed, thresholdGreen, thresholdBlue… in verifyTriangleGroupInterpolationWithInterpolator()
|
/external/deqp/modules/gles2/functional/ |
D | es2fRasterizationTests.cpp | 998 …const int thresholdGreen = 1 << (8 - m_context.getRenderTarget().getPixelFormat().greenBi… in iterate() local 1033 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || in iterate() 1067 color.getGreen() <= thresholdGreen || in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRasterizationTests.cpp | 1275 const int thresholdGreen = 1 << (8 - getPixelFormat().greenBits); in iterate() local 1310 (color.getGreen() - triangleColor.getGreen()) > thresholdGreen || in iterate() 1344 color.getGreen() <= thresholdGreen || in iterate()
|