Searched refs:mapGLBlendEquation (Results 1 - 8 of 8) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.hpp47 rr::BlendEquation mapGLBlendEquation (deUint32 equation);
H A DsglrReferenceUtils.cpp251 rr::BlendEquation mapGLBlendEquation (deUint32 equation) function in namespace:sglr::rr_util
H A DsglrReferenceContext.cpp4327 state.fragOps.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(m_blendModeRGB);
4330 state.fragOps.blendAState.equation = sglr::rr_util::mapGLBlendEquation(m_blendModeAlpha);
/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp237 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB);
240 referenceState.blendAState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationAlpha);
H A Des2fRandomFragmentOpTests.cpp90 dst.equation = sglr::rr_util::mapGLBlendEquation(src.equation);
/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp285 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB);
288 referenceState.blendAState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationAlpha);
H A Des3fRandomFragmentOpTests.cpp90 dst.equation = sglr::rr_util::mapGLBlendEquation(src.equation);
/external/deqp/modules/gles31/functional/
H A Des31fDrawBuffersIndexedTests.cpp82 using sglr::rr_util::mapGLBlendEquation;
598 const rr::BlendEquation equation = mapGLBlendEquation(state.blendEq->get<BlendEq>());
610 fragOps.blendRGBState.equation = mapGLBlendEquation(state.blendEq->get<SeparateBlendEq>().rgb);
611 fragOps.blendAState.equation = mapGLBlendEquation(state.blendEq->get<SeparateBlendEq>().alpha);

Completed in 765 milliseconds