Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fIntegerStateQueryTests.cpp1064 …const GLenum stencilOpValues[] = {GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_DECR, GL_INVERT, GL_IN… in test() local
1066 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(stencilOpValues); ++ndx) in test()
1068 SetStencilOp(stencilOpValues[ndx]); in test()
1071 m_verifier->verifyInteger(m_testCtx, m_stencilOpName, stencilOpValues[ndx]); in test()
/external/deqp/modules/gles3/functional/
Des3fIntegerStateQueryTests.cpp1343 …const GLenum stencilOpValues[] = {GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, GL_DECR, GL_INVERT, GL_IN… in test() local
1345 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(stencilOpValues); ++ndx) in test()
1347 SetStencilOp(stencilOpValues[ndx]); in test()
1350 m_verifier->verifyInteger(m_testCtx, m_stencilOpName, stencilOpValues[ndx]); in test()