Lines Matching refs:swizzleValues
1058 const GLenum swizzleValues[] = {GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_ZERO, GL_ONE};
1062 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(swizzleValues); ++ndx)
1066 const glw::GLint value = (glw::GLint)swizzleValues[ndx];
1074 const glw::GLuint value = swizzleValues[ndx];
1079 verifyStateTextureParamInteger(result, gl, m_target, m_pname, swizzleValues[ndx], m_type);
1084 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(swizzleValues); ++ndx)
1086 gl.glTexParameteri(m_target, m_pname, swizzleValues[ndx]);
1089 verifyStateTextureParamInteger(result, gl, m_target, m_pname, swizzleValues[ndx], m_type);
1094 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(swizzleValues); ++ndx)
1096 gl.glTexParameterf(m_target, m_pname, (GLfloat)swizzleValues[ndx]);
1099 verifyStateTextureParamInteger(result, gl, m_target, m_pname, swizzleValues[ndx], m_type);