Lines Matching refs:compareFuncs

1546         const GLenum compareFuncs[] = {GL_LEQUAL, GL_GEQUAL,   GL_LESS,   GL_GREATER,  in test()  local
1551 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(compareFuncs); ++ndx) in test()
1555 const glw::GLint value = (glw::GLint)compareFuncs[ndx]; in test()
1563 const glw::GLuint value = compareFuncs[ndx]; in test()
1568 … verifyStateTextureParamInteger(result, gl, m_target, m_pname, compareFuncs[ndx], m_type); in test()
1573 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(compareFuncs); ++ndx) in test()
1575 gl.glTexParameteri(m_target, m_pname, compareFuncs[ndx]); in test()
1578 … verifyStateTextureParamInteger(result, gl, m_target, m_pname, compareFuncs[ndx], m_type); in test()
1583 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(compareFuncs); ++ndx) in test()
1585 gl.glTexParameterf(m_target, m_pname, (GLfloat)compareFuncs[ndx]); in test()
1588 … verifyStateTextureParamInteger(result, gl, m_target, m_pname, compareFuncs[ndx], m_type); in test()
2294 const GLenum compareFuncs[] = {GL_LEQUAL, GL_GEQUAL, GL_LESS, GL_GREATER, in test() local
2299 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(compareFuncs); ++ndx) in test()
2303 const glw::GLint value = (glw::GLint)compareFuncs[ndx]; in test()
2311 const glw::GLuint value = compareFuncs[ndx]; in test()
2316 … verifyStateSamplerParamInteger(result, gl, m_target, m_pname, compareFuncs[ndx], m_type); in test()
2321 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(compareFuncs); ++ndx) in test()
2323 gl.glSamplerParameteri(m_target, m_pname, compareFuncs[ndx]); in test()
2326 … verifyStateSamplerParamInteger(result, gl, m_target, m_pname, compareFuncs[ndx], m_type); in test()
2331 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(compareFuncs); ++ndx) in test()
2333 gl.glSamplerParameterf(m_target, m_pname, (GLfloat)compareFuncs[ndx]); in test()
2336 … verifyStateSamplerParamInteger(result, gl, m_target, m_pname, compareFuncs[ndx], m_type); in test()