Home
last modified time | relevance | path

Searched refs:m_blendFactorDstAlpha (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp945 deUint32 m_blendFactorDstAlpha; member in sglr::ReferenceContext
DsglrReferenceContext.cpp374 , m_blendFactorDstAlpha (GL_ZERO) in ReferenceContext()
2923 m_blendFactorDstAlpha = dst; in blendFunc()
2937 m_blendFactorDstAlpha = dstAlpha; in blendFuncSeparate()
4332 state.fragOps.blendAState.dstFunc = sglr::rr_util::mapGLBlendFunc(m_blendFactorDstAlpha); in drawWithReference()