Lines Matching refs:postCommonBlendState
644 …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()
1000 const BlendState& postCommonBlendState, in renderQuad() argument
1006 …derProgram program (gl, genShaderSources(preCommonBlendState, postCommonBlendState, drawBuffer… in renderQuad()
1008 …uiresBlendBarriers = requiresAdvancedBlendEq(preCommonBlendState, postCommonBlendState, drawBuffer… in renderQuad()
1028 setCommonBlendState(gl, postCommonBlendState); in renderQuad()
1046 renderRefQuad(preCommonBlendState, postCommonBlendState, drawBuffers, refRenderbuffers); in renderQuad()
1097 const BlendState& postCommonBlendState, in logTestCaseInfo() argument
1130 if (!postCommonBlendState.isEmpty()) in logTestCaseInfo()
1133 logBlendState(log, postCommonBlendState); in logTestCaseInfo()
1142 const BlendState& postCommonBlendState, in runTest() argument
1150 logTestCaseInfo(log, preCommonBlendState, postCommonBlendState, drawBuffers); in runTest()
1154 …renderQuad(log, renderContext, preCommonBlendState, postCommonBlendState, drawBuffers, framebuffer… in runTest()
1164 const BlendState& postCommonBlendState,
1180 const BlendState& postCommonBlendState, in DrawBuffersIndexedTest() argument
1186 , m_postCommonBlendState (postCommonBlendState) in DrawBuffersIndexedTest()
1424 BlendState postCommonBlendState; in iterate() local
1427 genRandomTest(rng, preCommonBlendState, postCommonBlendState, drawBuffers, 4, m_context); in iterate()
1429 …runTest(log, results, m_context.getRenderContext(), preCommonBlendState, postCommonBlendState, dra… in iterate()
1470 BlendState postCommonBlendState; in iterate() local
1478 …genRandomTest(rng, preCommonBlendState, postCommonBlendState, drawBuffers, maxDrawBuffers, m_conte… in iterate()
1480 …runTest(log, results, m_context.getRenderContext(), preCommonBlendState, postCommonBlendState, dra… in iterate()