Searched refs:m_maxDiffRed (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsDrawTest.hpp | 275 int m_maxDiffRed; member in deqp::gls::DrawTest
|
D | glsVertexArrayTests.cpp | 1773 …, 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()
|
D | glsDrawTest.cpp | 3044 , m_maxDiffRed (-1) in DrawTest() 3062 , m_maxDiffRed (-1) in DrawTest() 3133 …m_maxDiffRed = deCeilFloatToInt32(256.0f * (6.0f / (float)(1 << m_renderCtx.getRenderTarget().getP… in init() 3719 tcu::UVec4(m_maxDiffRed, m_maxDiffGreen, m_maxDiffBlue, 256), in compare() 3737 tcu::IVec3(m_maxDiffRed, m_maxDiffGreen, m_maxDiffBlue), in compare() 3754 tcu::IVec3(m_maxDiffRed, m_maxDiffGreen, m_maxDiffBlue), in compare()
|
D | glsVertexArrayTests.hpp | 443 int m_maxDiffRed; member in deqp::gls::VertexArrayTest
|