Lines Matching refs:preCommonBlendState

651 rr::RenderState createRenderState (const BlendState& preCommonBlendState, const BlendState& postCom…  in createRenderState()  argument
658 setBlendState(state.fragOps, preCommonBlendState); in createRenderState()
666 else if (preCommonBlendState.enableBlend) in createRenderState()
667 …state.fragOps.blendMode = (*(preCommonBlendState.enableBlend) ? state.fragOps.blendMode : rr::BLEN… in createRenderState()
818 void renderRefQuad (const BlendState& preCommonBlendState, in renderRefQuad() argument
835 …const rr::RenderState renderState (createRenderState(preCommonBlendState, postCommonBlendState, d… in renderRefQuad()
888 glu::FragmentSource genFragmentSource (const BlendState& preCommonBlendState, const BlendState& pos… in genFragmentSource() argument
895 if (requiresAdvancedBlendEq(preCommonBlendState, postCommonBlendState, drawBuffers)) in genFragmentSource()
989 glu::ProgramSources genShaderSources (const BlendState& preCommonBlendState, const BlendState& post… in genShaderSources() argument
991 …amSources() << genVertexSource(renderContext) << genFragmentSource(preCommonBlendState, postCommon… in genShaderSources()
1007 const BlendState& preCommonBlendState, in renderQuad() argument
1014 …const glu::ShaderProgram program (gl, genShaderSources(preCommonBlendState, postCommonBlendSta… in renderQuad()
1016 …const bool requiresBlendBarriers = requiresAdvancedBlendEq(preCommonBlendState, postCommonBlen… in renderQuad()
1031 setCommonBlendState(gl, preCommonBlendState); in renderQuad()
1057 …renderRefQuad(preCommonBlendState, postCommonBlendState, drawBuffers, subpixelBits, refRenderbuffe… in renderQuad()
1107 const BlendState& preCommonBlendState, in logTestCaseInfo() argument
1125 if (!preCommonBlendState.isEmpty()) in logTestCaseInfo()
1128 logBlendState(log, preCommonBlendState); in logTestCaseInfo()
1152 const BlendState& preCommonBlendState, in runTest() argument
1161 logTestCaseInfo(log, preCommonBlendState, postCommonBlendState, drawBuffers); in runTest()
1165 …renderQuad(log, renderContext, preCommonBlendState, postCommonBlendState, drawBuffers, framebuffer… in runTest()
1174 const BlendState& preCommonBlendState,
1190 const BlendState& preCommonBlendState, in DrawBuffersIndexedTest() argument
1196 , m_preCommonBlendState (preCommonBlendState) in DrawBuffersIndexedTest()
1434 BlendState preCommonBlendState; 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()
1480 BlendState preCommonBlendState; 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()