Home | History | Annotate | Download | only in functional

Lines Matching refs:blendRGBState

582 				fragOps.blendRGBState.equation	= equation;
591 fragOps.blendRGBState.equation = mapGLBlendEquation(state.blendEq->get<SeparateBlendEq>().rgb);
603 fragOps.blendRGBState.srcFunc = srcFunction;
604 fragOps.blendRGBState.dstFunc = dstFunction;
613 fragOps.blendRGBState.srcFunc = mapGLBlendFunc(state.blendFunc->get<SeparateBlendFunc>().rgb.src);
614 fragOps.blendRGBState.dstFunc = mapGLBlendFunc(state.blendFunc->get<SeparateBlendFunc>().rgb.dst);