Searched refs:stencilOpValues (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 1064 …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/ |
D | es3fIntegerStateQueryTests.cpp | 1343 …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()
|