Home | History | Annotate | Download | only in egl

Lines Matching defs:stencilRef

133 	int				stencilRef;
157 drawOp.stencilRef = rnd.getInt(minStencilRef, maxStencilRef);
291 state.fragOps.stencilStates[0].ref = drawOp.stencilRef;
591 glStencilFunc(GL_LEQUAL, drawOp.stencilRef, ~0u);