Home
last modified time | relevance | path

Searched refs:stencilOpValues (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fIntegerStateQueryTests.cpp1044 …const GLenum stencilOpValues[] = {GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_DECR, GL_INVERT, GL_IN… in test() local
1046 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(stencilOpValues); ++ndx) in test()
1048 SetStencilOp(stencilOpValues[ndx]); in test()
1051 m_verifier->verifyInteger(m_testCtx, m_stencilOpName, stencilOpValues[ndx]); in test()
/external/deqp/modules/gles3/functional/
Des3fIntegerStateQueryTests.cpp1323 …const GLenum stencilOpValues[] = {GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_DECR, GL_INVERT, GL_IN… in test() local
1325 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(stencilOpValues); ++ndx) in test()
1327 SetStencilOp(stencilOpValues[ndx]); in test()
1330 m_verifier->verifyInteger(m_testCtx, m_stencilOpName, stencilOpValues[ndx]); in test()