• Home
  • Raw
  • Download

Lines Matching refs:verifyFloat

77 …virtual void		verifyFloat						(tcu::TestContext& testCtx, GLenum name, GLfloat reference)								…
114 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
127 void GetBooleanVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() function in deqp::gles3::Functional::FloatStateQueryVerifiers::GetBooleanVerifier
150 verifyFloat(testCtx, name, reference); in verifyFloatExpanded()
287 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
300 void GetIntegerVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() function in deqp::gles3::Functional::FloatStateQueryVerifiers::GetIntegerVerifier
493 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
506 void GetInteger64Verifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() function in deqp::gles3::Functional::FloatStateQueryVerifiers::GetInteger64Verifier
699 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference);
712 void GetFloatVerifier::verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) in verifyFloat() function in deqp::gles3::Functional::FloatStateQueryVerifiers::GetFloatVerifier
733 verifyFloat(testCtx, name, reference); in verifyFloatExpanded()
892 m_verifier->verifyFloat(m_testCtx, GL_LINE_WIDTH, 1.0f); in test()
905 m_verifier->verifyFloat(m_testCtx, GL_LINE_WIDTH, reference); in test()
926 m_verifier->verifyFloat(m_testCtx, GL_POLYGON_OFFSET_FACTOR, 0.0f); in test()
936 m_verifier->verifyFloat(m_testCtx, GL_POLYGON_OFFSET_FACTOR, fixedTests[ndx]); in test()
946 m_verifier->verifyFloat(m_testCtx, GL_POLYGON_OFFSET_FACTOR, reference); in test()
967 m_verifier->verifyFloat(m_testCtx, GL_POLYGON_OFFSET_UNITS, 0.0f); in test()
977 m_verifier->verifyFloat(m_testCtx, GL_POLYGON_OFFSET_UNITS, fixedTests[ndx]); in test()
987 m_verifier->verifyFloat(m_testCtx, GL_POLYGON_OFFSET_UNITS, reference); in test()
1008 m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, 1.0f); in test()
1019 m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, fixedTests[ndx]); in test()
1032 …m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, de::clamp(clampTests[ndx], 0.0f, 1.0f… in test()
1045 m_verifier->verifyFloat(m_testCtx, GL_SAMPLE_COVERAGE_VALUE, reference); in test()