Lines Matching refs:GetBooleanVerifier
102 class GetBooleanVerifier : public StateVerifier class
105 GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log);
116 GetBooleanVerifier::GetBooleanVerifier (const glw::Functions& gl, tcu::TestLog& log) in GetBooleanVerifier() function in deqp::gles2::Functional::IntegerStateQueryVerifiers::GetBooleanVerifier
121 void GetBooleanVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference) in verifyInteger()
141 void GetBooleanVerifier::verifyInteger4 (tcu::TestContext& testCtx, GLenum name, GLint reference0, … in verifyInteger4()
146 void GetBooleanVerifier::verifyInteger4Mask (tcu::TestContext& testCtx, GLenum name, GLint referenc… in verifyInteger4Mask()
180 void GetBooleanVerifier::verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint… in verifyIntegerGreaterOrEqual()
210 void GetBooleanVerifier::verifyUnsignedIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum nam… in verifyUnsignedIntegerGreaterOrEqual()
240 void GetBooleanVerifier::verifyIntegerGreaterOrEqual2 (tcu::TestContext& testCtx, GLenum name, GLin… in verifyIntegerGreaterOrEqual2()
280 void GetBooleanVerifier::verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint re… in verifyIntegerAnyOf()
303 void GetBooleanVerifier::verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int sten… in verifyStencilMaskInitial()
2065 …m_verifierBoolean = new GetBooleanVerifier (m_context.getRenderContext().getFunctions(), m_contex… in init()