• Home
  • Raw
  • Download

Lines Matching refs:GetIntegerVerifier

370 class GetIntegerVerifier : public StateVerifier  class
373 GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log);
387 GetIntegerVerifier::GetIntegerVerifier(const glw::Functions &gl, tcu::TestLog &log) in GetIntegerVerifier() function in deqp::gles3::Functional::IntegerStateQueryVerifiers::GetIntegerVerifier
392 void GetIntegerVerifier::verifyInteger(tcu::TestContext &testCtx, GLenum name, GLint reference) in verifyInteger()
411 void GetIntegerVerifier::verifyInteger4(tcu::TestContext &testCtx, GLenum name, GLint reference0, G… in verifyInteger4()
417 void GetIntegerVerifier::verifyInteger4Mask(tcu::TestContext &testCtx, GLenum name, GLint reference… in verifyInteger4Mask()
443 void GetIntegerVerifier::verifyIntegerGreaterOrEqual(tcu::TestContext &testCtx, GLenum name, GLint … in verifyIntegerGreaterOrEqual()
462 void GetIntegerVerifier::verifyUnsignedIntegerGreaterOrEqual(tcu::TestContext &testCtx, GLenum name… in verifyUnsignedIntegerGreaterOrEqual()
481 void GetIntegerVerifier::verifyIntegerLessOrEqual(tcu::TestContext &testCtx, GLenum name, GLint ref… in verifyIntegerLessOrEqual()
500 void GetIntegerVerifier::verifyIntegerGreaterOrEqual2(tcu::TestContext &testCtx, GLenum name, GLint… in verifyIntegerGreaterOrEqual2()
520 void GetIntegerVerifier::verifyIntegerAnyOf(tcu::TestContext &testCtx, GLenum name, const GLint ref… in verifyIntegerAnyOf()
544 void GetIntegerVerifier::verifyStencilMaskInitial(tcu::TestContext &testCtx, GLenum name, int stenc… in verifyStencilMaskInitial()
2904 …new GetIntegerVerifier(m_context.getRenderContext().getFunctions(), m_context.getTestContext().get… in init()