Home | History | Annotate | Download | only in functional

Lines Matching defs:ref

1246 			const int ref = 1 << stencilBit;
1248 glStencilFunc(GL_ALWAYS, ref, 0); // mask should not affect the REF
1251 m_verifier->verifyInteger(m_testCtx, m_testTargetName, ref);
1254 glStencilFunc(GL_ALWAYS, ref, ref);
1257 m_verifier->verifyInteger(m_testCtx, m_testTargetName, ref);
1287 const int ref = 1 << stencilBit;
1289 glStencilFuncSeparate(m_stencilFuncTargetFace, GL_ALWAYS, ref, 0);
1292 m_verifier->verifyInteger(m_testCtx, m_testTargetName, ref);
1295 glStencilFuncSeparate(m_stencilFuncTargetFace, GL_ALWAYS, ref, ref);
1298 m_verifier->verifyInteger(m_testCtx, m_testTargetName, ref);
2272 const int ref = 1 << stencilBit;
2274 glClearStencil(ref); // mask should not affect the REF
2277 m_verifier->verifyInteger(m_testCtx, GL_STENCIL_CLEAR_VALUE, ref);