• Home
  • Raw
  • Download

Lines Matching refs:verifyFloat

77 …virtual void		verifyFloat						(tcu::TestContext& testCtx, GLenum name, GLfloat reference)								…
113 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
125 void GetBooleanVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() function in deqp::gles2::Functional::FloatStateQueryVerifiers::GetBooleanVerifier
148 verifyFloat(testCtx, name, reference); in verifyFloatExpanded()
255 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
267 void GetIntegerVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() function in deqp::gles2::Functional::FloatStateQueryVerifiers::GetIntegerVerifier
440 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
452 void GetInteger64Verifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() function in deqp::gles2::Functional::FloatStateQueryVerifiers::GetInteger64Verifier
625 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
637 void GetFloatVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() function in deqp::gles2::Functional::FloatStateQueryVerifiers::GetFloatVerifier
658 verifyFloat(testCtx, name, reference); in verifyFloatExpanded()
806 m_verifier->verifyFloat(m_testCtx, GL_LINE_WIDTH, 1.0f); in test()
815 m_verifier->verifyFloat(m_testCtx, GL_LINE_WIDTH, reference); in test()
836 m_verifier->verifyFloat(m_testCtx, GL_POLYGON_OFFSET_FACTOR, 0.0f); in test()
847 m_verifier->verifyFloat(m_testCtx, GL_POLYGON_OFFSET_FACTOR, fixedTests[ndx]); in test()
859 m_verifier->verifyFloat(m_testCtx, GL_POLYGON_OFFSET_FACTOR, reference); in test()
881 m_verifier->verifyFloat(m_testCtx, GL_POLYGON_OFFSET_UNITS, 0.0f); in test()
892 m_verifier->verifyFloat(m_testCtx, GL_POLYGON_OFFSET_UNITS, fixedTests[ndx]); in test()
904 m_verifier->verifyFloat(m_testCtx, GL_POLYGON_OFFSET_UNITS, reference); in test()
926 m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, 1.0f); in test()
937 m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, fixedTests[ndx]); in test()
950 …m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, de::clamp(clampTests[ndx], 0.0f, 1.0f… in test()
963 m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, reference); in test()