Home | History | Annotate | Download | only in egl

Lines Matching refs:stencilStates

323 		state.fragOps.stencilStates[0].func		= rr::TESTFUNC_LEQUAL;
324 state.fragOps.stencilStates[0].sFail = rr::STENCILOP_KEEP;
325 state.fragOps.stencilStates[0].dpFail = rr::STENCILOP_INCR;
326 state.fragOps.stencilStates[0].dpPass = rr::STENCILOP_INCR;
327 state.fragOps.stencilStates[0].ref = drawOp.stencilRef;
328 state.fragOps.stencilStates[1] = state.fragOps.stencilStates[0];