Searched refs:mapGLBlendFunc (Results 1 - 7 of 7) sorted by relevance

/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.hpp49 rr::BlendFunc mapGLBlendFunc (deUint32 func);
H A DsglrReferenceUtils.cpp291 rr::BlendFunc mapGLBlendFunc (deUint32 func) function in namespace:sglr::rr_util
H A DsglrReferenceContext.cpp4349 state.fragOps.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorSrcRGB);
4350 state.fragOps.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorDstRGB);
4352 state.fragOps.blendAState.srcFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorSrcAlpha);
4353 state.fragOps.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorDstAlpha);
/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp236 referenceState.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncRGB);
237 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB);
239 referenceState.blendAState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncAlpha);
240 referenceState.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha);
H A Des2fRandomFragmentOpTests.cpp91 dst.srcFunc = sglr::rr_util::mapGLBlendFunc(src.srcFunc);
92 dst.dstFunc = sglr::rr_util::mapGLBlendFunc(src.dstFunc);
/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp289 referenceState.blendRGBState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncRGB);
290 referenceState.blendRGBState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncRGB);
292 referenceState.blendAState.srcFunc = sglr::rr_util::mapGLBlendFunc(paramSet.srcFuncAlpha);
293 referenceState.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(paramSet.dstFuncAlpha);
H A Des3fRandomFragmentOpTests.cpp91 dst.srcFunc = sglr::rr_util::mapGLBlendFunc(src.srcFunc);
92 dst.dstFunc = sglr::rr_util::mapGLBlendFunc(src.dstFunc);

Completed in 902 milliseconds