Lines Matching defs:test
137 virtual bool test(Data const* data) = 0;
221 isOk = test(results);
246 virtual bool test(Data const* data)
327 virtual bool test(Data const* data)
430 virtual bool test(Data const* data)
446 virtual bool test(Data const* data)
462 virtual bool test(Data const* data)
499 virtual bool test(Data const* data)
549 virtual bool test(Data const* data)
627 virtual bool test(Data const* data)
709 virtual bool test(Data const* data)
795 virtual bool test(Data const* data)
967 virtual bool test(Data const* data)
1058 virtual bool test(Data const* data)
1166 virtual bool test(Data const* data)
1245 virtual bool test(Data const* data)
1601 for (int test = 0; test < DE_LENGTH_OF_ARRAY(commonTests); ++test)
1603 tcu::TestCaseGroup* commonGroup = new tcu::TestCaseGroup(m_testCtx, commonTests[test].funcName, "");
1606 m_context, "uint_zero", m_glslVersion, commonTests[test].funcName, commonTests[test].funcU, Uvec4(0)));
1612 m_context, ss.str().c_str(), m_glslVersion, commonTests[test].funcName, commonTests[test].funcU,
1620 m_context, ss.str().c_str(), m_glslVersion, commonTests[test].funcName, commonTests[test].funcU,
1628 m_context, ss.str().c_str(), m_glslVersion, commonTests[test].funcName, commonTests[test].funcU,
1636 m_context, ss.str().c_str(), m_glslVersion, commonTests[test].funcName, commonTests[test].funcU,
1641 m_context, "int_zero", m_glslVersion, commonTests[test].funcName, commonTests[test].funcI, Ivec4(0)));
1643 m_context, "int_minus_one", m_glslVersion, commonTests[test].funcName, commonTests[test].funcI, Ivec4(-1)));
1649 m_context, ss.str().c_str(), m_glslVersion, commonTests[test].funcName, commonTests[test].funcI,
1657 m_context, ss.str().c_str(), m_glslVersion, commonTests[test].funcName, commonTests[test].funcI,
1665 m_context, ss.str().c_str(), m_glslVersion, commonTests[test].funcName, commonTests[test].funcI,
1673 m_context, ss.str().c_str(), m_glslVersion, commonTests[test].funcName, commonTests[test].funcI,