Home
last modified time | relevance | path

Searched refs:verifyBoolean (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fBooleanStateQueryTests.cpp53 …virtual void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) …
81 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
90 void IsEnabledVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles3::Functional::BooleanStateQueryVerifiers::IsEnabledVerifier
122 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
131 void GetBooleanVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles3::Functional::BooleanStateQueryVerifiers::GetBooleanVerifier
191 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
201 void GetIntegerVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles3::Functional::BooleanStateQueryVerifiers::GetIntegerVerifier
261 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
270 void GetInteger64Verifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles3::Functional::BooleanStateQueryVerifiers::GetInteger64Verifier
330 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
[all …]
/external/deqp/modules/gles2/functional/
Des2fBooleanStateQueryTests.cpp53 …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()
[all …]
/external/deqp/modules/glshared/
DglsStateQueryUtil.cpp981 void verifyBoolean (tcu::ResultCollector& result, QueriedState& state, bool expected) in verifyBoolean() function
1836 verifyBoolean(result, state, refValue); in verifyStateBoolean()
1963 verifyBoolean(result, state, expected); in verifyStateIndexedBoolean()
2133 verifyBoolean(result, state, expected); in verifyStateObjectBoolean()
DglsStateQueryUtil.hpp400 void verifyBoolean (tcu::ResultCollector& result, QueriedState& state, bool expected);