• Home
  • Raw
  • Download

Lines Matching refs:verifyInteger

57 …virtual void		verifyInteger		(tcu::TestContext& testCtx, GLenum target, GLenum name, GLint referen…
83 void verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference);
92 void GetTexParameterIVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name… in verifyInteger() function in deqp::gles2::Functional::TextureParamVerifiers::GetTexParameterIVerifier
138 void verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name, GLint reference);
147 void GetTexParameterFVerifier::verifyInteger (tcu::TestContext& testCtx, GLenum target, GLenum name… in verifyInteger() function in deqp::gles2::Functional::TextureParamVerifiers::GetTexParameterFVerifier
241 m_verifier->verifyInteger(m_testCtx, m_textureTarget, m_valueName, GL_REPEAT); in testTexture()
249 m_verifier->verifyInteger(m_testCtx, m_textureTarget, m_valueName, wrapValues[ndx]); in testTexture()
260 m_verifier->verifyInteger(m_testCtx, m_textureTarget, m_valueName, wrapValues[ndx]); in testTexture()
281 m_verifier->verifyInteger(m_testCtx, m_textureTarget, GL_TEXTURE_MAG_FILTER, GL_LINEAR); in testTexture()
289 m_verifier->verifyInteger(m_testCtx, m_textureTarget, GL_TEXTURE_MAG_FILTER, magValues[ndx]); in testTexture()
300 m_verifier->verifyInteger(m_testCtx, m_textureTarget, GL_TEXTURE_MAG_FILTER, magValues[ndx]); in testTexture()
318 …m_verifier->verifyInteger(m_testCtx, m_textureTarget, GL_TEXTURE_MIN_FILTER, GL_NEAREST_MIPMAP_LIN… in testTexture()
326 m_verifier->verifyInteger(m_testCtx, m_textureTarget, GL_TEXTURE_MIN_FILTER, minValues[ndx]); in testTexture()
337 m_verifier->verifyInteger(m_testCtx, m_textureTarget, GL_TEXTURE_MIN_FILTER, minValues[ndx]); in testTexture()