Searched refs:mapGLBlendEquation (Results 1 - 7 of 7) 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.cpp4348 state.fragOps.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(m_blendModeRGB);
4351 state.fragOps.blendAState.equation = sglr::rr_util::mapGLBlendEquation(m_blendModeAlpha);
/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp235 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB);
238 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.cpp288 referenceState.blendRGBState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationRGB);
291 referenceState.blendAState.equation = sglr::rr_util::mapGLBlendEquation(paramSet.equationAlpha);
H A Des3fRandomFragmentOpTests.cpp90 dst.equation = sglr::rr_util::mapGLBlendEquation(src.equation);

Completed in 80 milliseconds