Lines Matching refs:compareFuncs
1360 …const GLenum compareFuncs[] = {GL_LEQUAL, GL_GEQUAL, GL_LESS, GL_GREATER, GL_EQUAL, GL_NOTEQUAL… in test() local
1364 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(compareFuncs); ++ndx) in test()
1368 const glw::GLint value = (glw::GLint)compareFuncs[ndx]; in test()
1376 const glw::GLuint value = compareFuncs[ndx]; in test()
1381 verifyStateTextureParamInteger(result, gl, m_target, m_pname, compareFuncs[ndx], m_type); in test()
1386 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(compareFuncs); ++ndx) in test()
1388 gl.glTexParameteri(m_target, m_pname, compareFuncs[ndx]); in test()
1391 verifyStateTextureParamInteger(result, gl, m_target, m_pname, compareFuncs[ndx], m_type); in test()
1396 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(compareFuncs); ++ndx) in test()
1398 gl.glTexParameterf(m_target, m_pname, (GLfloat)compareFuncs[ndx]); in test()
1401 verifyStateTextureParamInteger(result, gl, m_target, m_pname, compareFuncs[ndx], m_type); in test()
2095 …const GLenum compareFuncs[] = {GL_LEQUAL, GL_GEQUAL, GL_LESS, GL_GREATER, GL_EQUAL, GL_NOTEQUAL… in test() local
2099 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(compareFuncs); ++ndx) in test()
2103 const glw::GLint value = (glw::GLint)compareFuncs[ndx]; in test()
2111 const glw::GLuint value = compareFuncs[ndx]; in test()
2116 verifyStateSamplerParamInteger(result, gl, m_target, m_pname, compareFuncs[ndx], m_type); in test()
2121 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(compareFuncs); ++ndx) in test()
2123 gl.glSamplerParameteri(m_target, m_pname, compareFuncs[ndx]); in test()
2126 verifyStateSamplerParamInteger(result, gl, m_target, m_pname, compareFuncs[ndx], m_type); in test()
2131 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(compareFuncs); ++ndx) in test()
2133 gl.glSamplerParameterf(m_target, m_pname, (GLfloat)compareFuncs[ndx]); in test()
2136 verifyStateSamplerParamInteger(result, gl, m_target, m_pname, compareFuncs[ndx], m_type); in test()