Lines Matching refs:GetIntegerVerifier
357 class GetIntegerVerifier : public StateVerifier class
360 GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log);
372 GetIntegerVerifier::GetIntegerVerifier (const glw::Functions& gl, tcu::TestLog& log) in GetIntegerVerifier() function in deqp::gles3::Functional::IntegerStateQueryVerifiers::GetIntegerVerifier
377 void GetIntegerVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference) in verifyInteger()
395 void GetIntegerVerifier::verifyInteger4 (tcu::TestContext& testCtx, GLenum name, GLint reference0, … in verifyInteger4()
400 void GetIntegerVerifier::verifyInteger4Mask (tcu::TestContext& testCtx, GLenum name, GLint referenc… in verifyInteger4Mask()
427 void GetIntegerVerifier::verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint… in verifyIntegerGreaterOrEqual()
445 void GetIntegerVerifier::verifyUnsignedIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum nam… in verifyUnsignedIntegerGreaterOrEqual()
463 void GetIntegerVerifier::verifyIntegerLessOrEqual (tcu::TestContext& testCtx, GLenum name, GLint re… in verifyIntegerLessOrEqual()
481 void GetIntegerVerifier::verifyIntegerGreaterOrEqual2 (tcu::TestContext& testCtx, GLenum name, GLin… in verifyIntegerGreaterOrEqual2()
499 void GetIntegerVerifier::verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint re… in verifyIntegerAnyOf()
522 void GetIntegerVerifier::verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int sten… in verifyStencilMaskInitial()
2773 …m_verifierInteger = new GetIntegerVerifier (m_context.getRenderContext().getFunctions(), m_contex… in init()