Lines Matching refs:verifyBoolean
53 …virtual void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) …
82 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
92 void IsEnabledVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles2::Functional::BooleanStateQueryVerifiers::IsEnabledVerifier
130 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
140 void GetBooleanVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles2::Functional::BooleanStateQueryVerifiers::GetBooleanVerifier
210 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
221 void GetIntegerVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles2::Functional::BooleanStateQueryVerifiers::GetIntegerVerifier
291 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
301 void GetFloatVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles2::Functional::BooleanStateQueryVerifiers::GetFloatVerifier
386 m_verifier->verifyBoolean(m_testCtx, m_targetName, m_initial); in test()
394 m_verifier->verifyBoolean(m_testCtx, m_targetName, true); in test()
400 m_verifier->verifyBoolean(m_testCtx, m_targetName, false); in test()
421 m_verifier->verifyBoolean(m_testCtx, GL_DEPTH_WRITEMASK, true); in test()
425 m_verifier->verifyBoolean(m_testCtx, GL_DEPTH_WRITEMASK, false); in test()
429 m_verifier->verifyBoolean(m_testCtx, GL_DEPTH_WRITEMASK, true); in test()
447 m_verifier->verifyBoolean(m_testCtx, GL_SAMPLE_COVERAGE_INVERT, false); in test()
451 m_verifier->verifyBoolean(m_testCtx, GL_SAMPLE_COVERAGE_INVERT, true); in test()
455 m_verifier->verifyBoolean(m_testCtx, GL_SAMPLE_COVERAGE_INVERT, false); in test()