Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp644 …erState (const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const Draw… in createRenderState() argument
653 setBlendState(state.fragOps, postCommonBlendState); in createRenderState()
655 if (postCommonBlendState.enableBlend) in createRenderState()
656 …state.fragOps.blendMode = (*(postCommonBlendState.enableBlend) ? state.fragOps.blendMode : rr::BLE… in createRenderState()
812 const BlendState& postCommonBlendState, in renderRefQuad() argument
827 …const rr::RenderState renderState (createRenderState(preCommonBlendState, postCommonBlendState, d… in renderRefQuad()
880 …tSource (const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vect… in genFragmentSource() argument
887 if (requiresAdvancedBlendEq(preCommonBlendState, postCommonBlendState, drawBuffers)) in genFragmentSource()
981 …Sources (const BlendState& preCommonBlendState, const BlendState& postCommonBlendState, const vect… in genShaderSources() argument
983 …exSource(renderContext) << genFragmentSource(preCommonBlendState, postCommonBlendState, drawBuffer… in genShaderSources()
[all …]