Searched refs:mapGLBlendEquation (Results 1 – 8 of 8) sorted by relevance
47 rr::BlendEquation mapGLBlendEquation (deUint32 equation);
251 rr::BlendEquation mapGLBlendEquation (deUint32 equation) in mapGLBlendEquation() function
4327 state.fragOps.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(m_blendModeRGB); in drawWithReference()4330 state.fragOps.blendAState.equation = sglr::rr_util::mapGLBlendEquation(m_blendModeAlpha); in drawWithReference()
237 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB); in iterate()240 referenceState.blendAState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationAlpha); in iterate()
90 dst.equation = sglr::rr_util::mapGLBlendEquation(src.equation); in translateBlendState()
285 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB); in iterate()288 referenceState.blendAState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationAlpha); in iterate()
82 using sglr::rr_util::mapGLBlendEquation;598 const rr::BlendEquation equation = mapGLBlendEquation(state.blendEq->get<BlendEq>()); in setBlendState()610 fragOps.blendRGBState.equation = mapGLBlendEquation(state.blendEq->get<SeparateBlendEq>().rgb); in setBlendState()611 fragOps.blendAState.equation = mapGLBlendEquation(state.blendEq->get<SeparateBlendEq>().alpha); in setBlendState()