Home | History | Annotate | Download | only in referencerenderer

Lines Matching refs:blendRGBState

304 void FragmentProcessor::executeBlendFactorComputeRGB (const Vec4& blendColor, const BlendState& blendRGBState)
323 switch (blendRGBState.FUNC_NAME) \
406 void FragmentProcessor::executeBlend (const BlendState& blendRGBState, const BlendState& blendAState)
421 switch (blendRGBState.equation)
861 executeBlendFactorComputeRGB(state.blendColor, state.blendRGBState);
865 executeBlend(state.blendRGBState, state.blendAState);