Lines Matching defs:stencilBits

79 	virtual void		verifyStencilMaskInitial			(tcu::TestContext& testCtx, GLenum name, int stencilBits)																																		= DE_NULL;
115 void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits);
335 void GetBooleanVerifier::verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits)
337 // if stencilBits == 0, the mask is allowed to be either GL_TRUE or GL_FALSE
347 if (stencilBits > 0 && state != GL_TRUE)
369 void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits);
522 void GetIntegerVerifier::verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits)
532 const GLint reference = (1 << stencilBits) - 1;
534 if ((state & reference) != reference) // the least significant stencilBits bits should be on
556 void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits);
708 void GetInteger64Verifier::verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits)
718 const GLint64 reference = (1ULL << stencilBits) - 1;
720 if ((state & reference) != reference) // the least significant stencilBits bits should be on
742 void verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits);
898 void GetFloatVerifier::verifyStencilMaskInitial (tcu::TestContext& testCtx, GLenum name, int stencilBits)
902 const GLint reference = (1 << stencilBits) - 1;
1263 const int stencilBits = m_context.getRenderTarget().getStencilBits();
1265 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit)
1304 const int stencilBits = m_context.getRenderTarget().getStencilBits();
1306 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit)
1502 const int stencilBits = m_context.getRenderTarget().getStencilBits();
1504 m_verifier->verifyStencilMaskInitial(m_testCtx, m_testTargetName, stencilBits);
1507 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit)
1536 const int stencilBits = m_context.getRenderTarget().getStencilBits();
1538 m_verifier->verifyStencilMaskInitial(m_testCtx, m_testTargetName, stencilBits);
1541 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit)
1570 const int stencilBits = m_context.getRenderTarget().getStencilBits();
1572 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit)
1601 const int stencilBits = m_context.getRenderTarget().getStencilBits();
1603 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit)
2289 const int stencilBits = m_context.getRenderTarget().getStencilBits();
2291 for (int stencilBit = 0; stencilBit < stencilBits; ++stencilBit)