Searched refs:magValues (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fTextureStateQueryTests.cpp | 279 const GLenum magValues[] = {GL_NEAREST, GL_LINEAR}; in testTexture() local 284 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(magValues); ++ndx) in testTexture() 286 glTexParameteri(m_textureTarget, GL_TEXTURE_MAG_FILTER, magValues[ndx]); in testTexture() 289 m_verifier->verifyInteger(m_testCtx, m_textureTarget, GL_TEXTURE_MAG_FILTER, magValues[ndx]); in testTexture() 295 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(magValues); ++ndx) in testTexture() 297 glTexParameterf(m_textureTarget, GL_TEXTURE_MAG_FILTER, (GLfloat)magValues[ndx]); in testTexture() 300 m_verifier->verifyInteger(m_testCtx, m_textureTarget, GL_TEXTURE_MAG_FILTER, magValues[ndx]); in testTexture()
|