Searched refs:preCommonBlendState (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 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() [all …]
|