• Home
  • Raw
  • Download

Lines Matching refs:preCommonBlendState

644 rr::RenderState createRenderState (const BlendState& preCommonBlendState, const BlendState& postCom…  in createRenderState()  argument
651 setBlendState(state.fragOps, preCommonBlendState); in createRenderState()
659 else if (preCommonBlendState.enableBlend) in createRenderState()
660 …state.fragOps.blendMode = (*(preCommonBlendState.enableBlend) ? state.fragOps.blendMode : rr::BLEN… in createRenderState()
811 void renderRefQuad (const BlendState& preCommonBlendState, in renderRefQuad() argument
827 …const rr::RenderState renderState (createRenderState(preCommonBlendState, postCommonBlendState, d… in renderRefQuad()
880 glu::FragmentSource genFragmentSource (const BlendState& preCommonBlendState, const BlendState& pos… in genFragmentSource() argument
887 if (requiresAdvancedBlendEq(preCommonBlendState, postCommonBlendState, drawBuffers)) in genFragmentSource()
981 glu::ProgramSources genShaderSources (const BlendState& preCommonBlendState, const BlendState& post… in genShaderSources() argument
983 …amSources() << genVertexSource(renderContext) << genFragmentSource(preCommonBlendState, postCommon… in genShaderSources()
999 const BlendState& preCommonBlendState, in renderQuad() argument
1006 …const glu::ShaderProgram program (gl, genShaderSources(preCommonBlendState, postCommonBlendSta… in renderQuad()
1008 …const bool requiresBlendBarriers = requiresAdvancedBlendEq(preCommonBlendState, postCommonBlen… in renderQuad()
1023 setCommonBlendState(gl, preCommonBlendState); in renderQuad()
1046 renderRefQuad(preCommonBlendState, postCommonBlendState, drawBuffers, refRenderbuffers); in renderQuad()
1096 const BlendState& preCommonBlendState, in logTestCaseInfo() argument
1114 if (!preCommonBlendState.isEmpty()) in logTestCaseInfo()
1117 logBlendState(log, preCommonBlendState); in logTestCaseInfo()
1141 const BlendState& preCommonBlendState, in runTest() argument
1150 logTestCaseInfo(log, preCommonBlendState, postCommonBlendState, drawBuffers); in runTest()
1154 …renderQuad(log, renderContext, preCommonBlendState, postCommonBlendState, drawBuffers, framebuffer… in runTest()
1163 const BlendState& preCommonBlendState,
1179 const BlendState& preCommonBlendState, in DrawBuffersIndexedTest() argument
1185 , m_preCommonBlendState (preCommonBlendState) in DrawBuffersIndexedTest()
1423 BlendState preCommonBlendState; 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()
1469 BlendState preCommonBlendState; 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()