Lines Matching refs:stencilBits
78 …virtual void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits)…
113 void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits);
303 …BooleanVerifier::verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits) in verifyStencilMaskInitial() argument
315 if (stencilBits > 0 && state != GL_TRUE) in verifyStencilMaskInitial()
336 void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits);
471 …IntegerVerifier::verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits) in verifyStencilMaskInitial() argument
481 const GLint reference = (1 << stencilBits) - 1; in verifyStencilMaskInitial()
504 void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits);
642 …etFloatVerifier::verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits) in verifyStencilMaskInitial() argument
646 const GLint reference = (1 << stencilBits) - 1; in verifyStencilMaskInitial()
963 const int stencilBits = m_context.getRenderTarget().getStencilBits(); in test() local
965 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test()
1004 const int stencilBits = m_context.getRenderTarget().getStencilBits(); in test() local
1006 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test()
1201 const int stencilBits = m_context.getRenderTarget().getStencilBits(); in test() local
1203 m_verifier->verifyStencilMaskInitial(m_testCtx, m_testTargetName, stencilBits); in test()
1206 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test()
1235 const int stencilBits = m_context.getRenderTarget().getStencilBits(); in test() local
1237 m_verifier->verifyStencilMaskInitial(m_testCtx, m_testTargetName, stencilBits); in test()
1240 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test()
1269 const int stencilBits = m_context.getRenderTarget().getStencilBits(); in test() local
1271 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test()
1300 const int stencilBits = m_context.getRenderTarget().getStencilBits(); in test() local
1302 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test()
1741 const int stencilBits = m_context.getRenderTarget().getStencilBits(); in test() local
1743 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit) in test()