HomeSort by relevance Sort by last modified time
    Searched refs:magValues (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles2/functional/
es2fTextureStateQueryTests.cpp 279 const GLenum magValues[] = {GL_NEAREST, GL_LINEAR};
284 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(magValues); ++ndx)
286 glTexParameteri(m_textureTarget, GL_TEXTURE_MAG_FILTER, magValues[ndx]);
289 m_verifier->verifyInteger(m_testCtx, m_textureTarget, GL_TEXTURE_MAG_FILTER, magValues[ndx]);
295 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(magValues); ++ndx)
297 glTexParameterf(m_textureTarget, GL_TEXTURE_MAG_FILTER, (GLfloat)magValues[ndx]);
300 m_verifier->verifyInteger(m_testCtx, m_textureTarget, GL_TEXTURE_MAG_FILTER, magValues[ndx]);
  /external/deqp/modules/gles3/functional/
es3fSamplerStateQueryTests.cpp 278 const GLenum magValues[] = {GL_NEAREST, GL_LINEAR};
280 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(magValues); ++ndx)
282 glSamplerParameteri(m_sampler, GL_TEXTURE_MAG_FILTER, magValues[ndx]);
285 m_verifier->verifyInteger(m_testCtx, m_sampler, GL_TEXTURE_MAG_FILTER, magValues[ndx]);
291 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(magValues); ++ndx)
293 glSamplerParameterf(m_sampler, GL_TEXTURE_MAG_FILTER, (GLfloat)magValues[ndx]);
296 m_verifier->verifyInteger(m_testCtx, m_sampler, GL_TEXTURE_MAG_FILTER, magValues[ndx]);
es3fTextureStateQueryTests.cpp 354 const GLenum magValues[] = {GL_NEAREST, GL_LINEAR};
356 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(magValues); ++ndx)
358 glTexParameteri(m_textureTarget, GL_TEXTURE_MAG_FILTER, magValues[ndx]);
361 m_verifier->verifyInteger(m_testCtx, m_textureTarget, GL_TEXTURE_MAG_FILTER, magValues[ndx]);
367 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(magValues); ++ndx)
369 glTexParameterf(m_textureTarget, GL_TEXTURE_MAG_FILTER, (GLfloat)magValues[ndx]);
372 m_verifier->verifyInteger(m_testCtx, m_textureTarget, GL_TEXTURE_MAG_FILTER, magValues[ndx]);

Completed in 967 milliseconds