Searched refs:swizzleValues (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsTextureStateQueryTests.cpp | 1058 const GLenum swizzleValues[] = {GL_RED, GL_GREEN, GL_BLUE, GL_ALPHA, GL_ZERO, GL_ONE}; in test() local 1062 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(swizzleValues); ++ndx) in test() 1066 const glw::GLint value = (glw::GLint)swizzleValues[ndx]; in test() 1074 const glw::GLuint value = swizzleValues[ndx]; in test() 1079 verifyStateTextureParamInteger(result, gl, m_target, m_pname, swizzleValues[ndx], m_type); in test() 1084 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(swizzleValues); ++ndx) in test() 1086 gl.glTexParameteri(m_target, m_pname, swizzleValues[ndx]); in test() 1089 verifyStateTextureParamInteger(result, gl, m_target, m_pname, swizzleValues[ndx], m_type); in test() 1094 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(swizzleValues); ++ndx) in test() 1096 gl.glTexParameterf(m_target, m_pname, (GLfloat)swizzleValues[nd in test() [all...] |
Completed in 3 milliseconds