Lines Matching refs:postCommonBlendState
651 …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()
1008 const BlendState& postCommonBlendState, in renderQuad() argument
1014 …derProgram program (gl, genShaderSources(preCommonBlendState, postCommonBlendState, drawBuffer… in renderQuad()
1016 …uiresBlendBarriers = requiresAdvancedBlendEq(preCommonBlendState, postCommonBlendState, drawBuffer… in renderQuad()
1036 setCommonBlendState(gl, postCommonBlendState); in renderQuad()
1057 …renderRefQuad(preCommonBlendState, postCommonBlendState, drawBuffers, subpixelBits, refRenderbuffe… in renderQuad()
1108 const BlendState& postCommonBlendState, in logTestCaseInfo() argument
1141 if (!postCommonBlendState.isEmpty()) in logTestCaseInfo()
1144 logBlendState(log, postCommonBlendState); in logTestCaseInfo()
1153 const BlendState& postCommonBlendState, in runTest() argument
1161 logTestCaseInfo(log, preCommonBlendState, postCommonBlendState, drawBuffers); in runTest()
1165 …renderQuad(log, renderContext, preCommonBlendState, postCommonBlendState, drawBuffers, framebuffer… in runTest()
1175 const BlendState& postCommonBlendState,
1191 const BlendState& postCommonBlendState, in DrawBuffersIndexedTest() argument
1197 , m_postCommonBlendState (postCommonBlendState) in DrawBuffersIndexedTest()
1435 BlendState postCommonBlendState; in iterate() local
1438 genRandomTest(rng, preCommonBlendState, postCommonBlendState, drawBuffers, 4, m_context); in iterate()
1440 …runTest(log, results, m_context.getRenderContext(), preCommonBlendState, postCommonBlendState, dra… in iterate()
1481 BlendState postCommonBlendState; in iterate() local
1489 …genRandomTest(rng, preCommonBlendState, postCommonBlendState, drawBuffers, maxDrawBuffers, m_conte… in iterate()
1491 …runTest(log, results, m_context.getRenderContext(), preCommonBlendState, postCommonBlendState, dra… in iterate()