Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsDrawTest.hpp269 int m_maxDiffRed; member in deqp::gls::DrawTest
DglsVertexArrayTests.cpp1773 …, m_maxDiffRed (deCeilFloatToInt32(256.0f * (2.0f / (float)(1 << m_renderCtx.getRenderTarget().ge… in VertexArrayTest()
1827 tcu::RGBA threshold (m_maxDiffRed, m_maxDiffGreen, m_maxDiffBlue, 255); in compare()
1869 if (r <= m_maxDiffRed && g <= m_maxDiffGreen && b <= m_maxDiffBlue) in compare()
1880 if (r <= m_maxDiffRed && g <= m_maxDiffGreen && b <= m_maxDiffBlue) in compare()
1900 …log << TestLog::Message << "Image comparison failed, threshold = (" << m_maxDiffRed << ", " << m_m… in compare()
DglsDrawTest.cpp3042 , m_maxDiffRed (-1) in DrawTest()
3059 , m_maxDiffRed (-1) in DrawTest()
3130m_maxDiffRed = deCeilFloatToInt32(256.0f * (6.0f / (float)(1 << m_renderCtx.getRenderTarget().getP… in init()
3703 tcu::UVec4(m_maxDiffRed, m_maxDiffGreen, m_maxDiffBlue, 256), in compare()
3721 tcu::IVec3(m_maxDiffRed, m_maxDiffGreen, m_maxDiffBlue), in compare()
3738 tcu::IVec3(m_maxDiffRed, m_maxDiffGreen, m_maxDiffBlue), in compare()
DglsVertexArrayTests.hpp443 int m_maxDiffRed; member in deqp::gls::VertexArrayTest