Lines Matching defs:modes
1474 const GLenum modes[] = {GL_COMPARE_REF_TO_TEXTURE, GL_NONE};
1478 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(modes); ++ndx)
1482 const glw::GLint value = (glw::GLint)modes[ndx];
1490 const glw::GLuint value = modes[ndx];
1495 verifyStateTextureParamInteger(result, gl, m_target, m_pname, modes[ndx], m_type);
1500 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(modes); ++ndx)
1502 gl.glTexParameteri(m_target, m_pname, modes[ndx]);
1505 verifyStateTextureParamInteger(result, gl, m_target, m_pname, modes[ndx], m_type);
1510 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(modes); ++ndx)
1512 gl.glTexParameterf(m_target, m_pname, (GLfloat)modes[ndx]);
1515 verifyStateTextureParamInteger(result, gl, m_target, m_pname, modes[ndx], m_type);
2209 const GLenum modes[] = {GL_COMPARE_REF_TO_TEXTURE, GL_NONE};
2213 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(modes); ++ndx)
2217 const glw::GLint value = (glw::GLint)modes[ndx];
2225 const glw::GLuint value = modes[ndx];
2230 verifyStateSamplerParamInteger(result, gl, m_target, m_pname, modes[ndx], m_type);
2235 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(modes); ++ndx)
2237 gl.glSamplerParameteri(m_target, m_pname, modes[ndx]);
2240 verifyStateSamplerParamInteger(result, gl, m_target, m_pname, modes[ndx], m_type);
2245 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(modes); ++ndx)
2247 gl.glSamplerParameterf(m_target, m_pname, (GLfloat)modes[ndx]);
2250 verifyStateSamplerParamInteger(result, gl, m_target, m_pname, modes[ndx], m_type);