Lines Matching refs:swizzleValues
994 const GLenum swizzleValues[] = {GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_ZERO, GL_ONE}; in test() local
998 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(swizzleValues); ++ndx) in test()
1002 const glw::GLint value = (glw::GLint)swizzleValues[ndx]; in test()
1010 const glw::GLuint value = swizzleValues[ndx]; in test()
1015 verifyStateTextureParamInteger(result, gl, m_target, m_pname, swizzleValues[ndx], m_type); in test()
1020 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(swizzleValues); ++ndx) in test()
1022 gl.glTexParameteri(m_target, m_pname, swizzleValues[ndx]); in test()
1025 verifyStateTextureParamInteger(result, gl, m_target, m_pname, swizzleValues[ndx], m_type); in test()
1030 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(swizzleValues); ++ndx) in test()
1032 gl.glTexParameterf(m_target, m_pname, (GLfloat)swizzleValues[ndx]); in test()
1035 verifyStateTextureParamInteger(result, gl, m_target, m_pname, swizzleValues[ndx], m_type); in test()