Home | History | Annotate | Download | only in egl

Lines Matching refs:blendRGBState

256 				state.fragOps.blendRGBState.srcFunc		= rr::BLENDFUNC_ONE;
257 state.fragOps.blendRGBState.dstFunc = rr::BLENDFUNC_ONE;
258 state.fragOps.blendRGBState.equation = rr::BLENDEQUATION_ADD;
259 state.fragOps.blendAState = state.fragOps.blendRGBState;
263 state.fragOps.blendRGBState.srcFunc = rr::BLENDFUNC_SRC_ALPHA;
264 state.fragOps.blendRGBState.dstFunc = rr::BLENDFUNC_ONE_MINUS_SRC_ALPHA;
265 state.fragOps.blendRGBState.equation = rr::BLENDEQUATION_ADD;
266 state.fragOps.blendAState = state.fragOps.blendRGBState;