Home
last modified time | relevance | path

Searched refs:greenThreshold (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fReadPixelsTests.cpp219 …const deUint8 greenThreshold = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (float)(1 << deMin32(… in iterate() local
233 …eRGBA8.getLevel(0), resultRGBA8.getLevel(0), tcu::RGBA(redThreshold, greenThreshold, blueThreshold… in iterate()
242 …const float greenThreshold = 2.0f / (float)(1 << deMin32(m_context.getRenderTarget().getPixelFor… in iterate() local
247 …h, height, 1, rowPitch, 0, &(pixelData[0])), tcu::Vec4(redThreshold, greenThreshold, blueThreshold… in iterate()
/external/deqp/modules/gles3/functional/
Des3fReadPixelsTests.cpp364 …const deUint8 greenThreshold = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (float)(1 << deMin32(… in iterate() local
378 …eRGBA8.getLevel(0), resultRGBA8.getLevel(0), tcu::RGBA(redThreshold, greenThreshold, blueThreshold… in iterate()
387 …const float greenThreshold = 2.0f / (float)(1 << deMin32(m_context.getRenderTarget().getPixelFor… in iterate() local
392 …esult", reference.getLevel(0), resultAccess, tcu::Vec4(redThreshold, greenThreshold, blueThreshold… in iterate()
/external/deqp/modules/gles31/functional/
Des31fShaderMultisampleInterpolationTests.cpp75 const int greenThreshold = 8; in verifyGreenImage() local
77 if (color.getRed() > 0 || color.getGreen() < 255-greenThreshold || color.getBlue() > 0) in verifyGreenImage()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp1402 const float greenThreshold = 0.1f; in testFBO() local
1406 …(cNormal.x() != cSpecial.x() || cNormal.z() != cSpecial.z() || cNormal.y() < 1.0f - greenThreshold) in testFBO()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1765 const float greenThreshold = 0.1f; in testFBO() local
1769 …(cNormal.x() != cSpecial.x() || cNormal.z() != cSpecial.z() || cNormal.y() < 1.0f - greenThreshold) in testFBO()