Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp651 …erState (const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const Draw… in createRenderState() argument
660 setBlendState(state.fragOps, postCommonBlendState); in createRenderState()
662 if (postCommonBlendState.enableBlend) in createRenderState()
663 …state.fragOps.blendMode = (*(postCommonBlendState.enableBlend) ? state.fragOps.blendMode : rr::BLE… in createRenderState()
819 const BlendState& postCommonBlendState, in renderRefQuad() argument
835 …const rr::RenderState renderState (createRenderState(preCommonBlendState, postCommonBlendState, d… in renderRefQuad()
888 …tSource (const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vect… in genFragmentSource() argument
895 if (requiresAdvancedBlendEq(preCommonBlendState, postCommonBlendState, drawBuffers)) in genFragmentSource()
989 …Sources (const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vect… in genShaderSources() argument
991 …exSource(renderContext) << genFragmentSource(preCommonBlendState, postCommonBlendState, drawBuffer… in genShaderSources()
[all …]