Home
last modified time | relevance | path

Searched defs:verifyBoolean (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fBooleanStateQueryTests.cpp92 void IsEnabledVerifier::verifyBoolean(tcu::TestContext &testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles3::Functional::BooleanStateQueryVerifiers::IsEnabledVerifier
136 void GetBooleanVerifier::verifyBoolean(tcu::TestContext &testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles3::Functional::BooleanStateQueryVerifiers::GetBooleanVerifier
205 void GetIntegerVerifier::verifyBoolean(tcu::TestContext &testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles3::Functional::BooleanStateQueryVerifiers::GetIntegerVerifier
271 void GetInteger64Verifier::verifyBoolean(tcu::TestContext &testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles3::Functional::BooleanStateQueryVerifiers::GetInteger64Verifier
336 void GetFloatVerifier::verifyBoolean(tcu::TestContext &testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles3::Functional::BooleanStateQueryVerifiers::GetFloatVerifier
/external/deqp/modules/gles2/functional/
Des2fBooleanStateQueryTests.cpp94 void IsEnabledVerifier::verifyBoolean(tcu::TestContext &testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles2::Functional::BooleanStateQueryVerifiers::IsEnabledVerifier
145 void GetBooleanVerifier::verifyBoolean(tcu::TestContext &testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles2::Functional::BooleanStateQueryVerifiers::GetBooleanVerifier
225 void GetIntegerVerifier::verifyBoolean(tcu::TestContext &testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles2::Functional::BooleanStateQueryVerifiers::GetIntegerVerifier
301 void GetFloatVerifier::verifyBoolean(tcu::TestContext &testCtx, GLenum name, bool reference) in verifyBoolean() function in deqp::gles2::Functional::BooleanStateQueryVerifiers::GetFloatVerifier
/external/deqp/modules/glshared/
DglsStateQueryUtil.cpp980 void verifyBoolean(tcu::ResultCollector &result, QueriedState &state, bool expected) in verifyBoolean() function