• Home
  • Raw
  • Download

Lines Matching refs:GetFloatVerifier

730 class GetFloatVerifier : public StateVerifier  class
733 GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log);
745 GetFloatVerifier::GetFloatVerifier (const glw::Functions& gl, tcu::TestLog& log) in GetFloatVerifier() function in deqp::gles3::Functional::IntegerStateQueryVerifiers::GetFloatVerifier
750 void GetFloatVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum name, GLint reference) in verifyInteger()
771 void GetFloatVerifier::verifyInteger4 (tcu::TestContext& testCtx, GLenum name, GLint reference0, GL… in verifyInteger4()
776 void GetFloatVerifier::verifyInteger4Mask (tcu::TestContext& testCtx, GLenum name, GLint reference0… in verifyInteger4Mask()
802 void GetFloatVerifier::verifyIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLint r… in verifyIntegerGreaterOrEqual()
820 void GetFloatVerifier::verifyUnsignedIntegerGreaterOrEqual (tcu::TestContext& testCtx, GLenum name,… in verifyUnsignedIntegerGreaterOrEqual()
838 void GetFloatVerifier::verifyIntegerLessOrEqual (tcu::TestContext& testCtx, GLenum name, GLint refe… in verifyIntegerLessOrEqual()
856 void GetFloatVerifier::verifyIntegerGreaterOrEqual2 (tcu::TestContext& testCtx, GLenum name, GLint … in verifyIntegerGreaterOrEqual2()
874 void GetFloatVerifier::verifyIntegerAnyOf (tcu::TestContext& testCtx, GLenum name, const GLint refe… in verifyIntegerAnyOf()
898 void GetFloatVerifier::verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stenci… in verifyStencilMaskInitial()
2775 …m_verifierFloat = new GetFloatVerifier (m_context.getRenderContext().getFunctions(), m_context.… in init()