Home | History | Annotate | Download | only in functional

Lines Matching defs:stencilMask

167 	const deUint32	stencilMask		= (1u<<stencilBits)-1u;
188 const int newVal = (oldVal+1)&stencilMask;