Lines Matching refs:BlendParams
68 struct BlendParams struct
78 BlendParams (GLenum equationRGB_, in BlendParams() function
102 const vector<BlendParams>& paramSets);
115 vector<BlendParams> m_paramSets;
133 const vector<BlendParams>& paramSets) in BlendCase()
216 const BlendParams& paramSet = m_paramSets[m_curParamSetNdx]; in iterate()
366 vector<BlendParams> paramSets; in init()
367 …paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst… in init()
404 vector<BlendParams> paramSets; in init()
405 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init()
406 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init()
407 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlph… in init()
408 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlph… in init()
442 vector<BlendParams> paramSets; in init()
443 …paramSets.push_back(BlendParams(eqRGB.glValue, GL_ONE, GL_ONE, eqAlpha.glValue, GL_ONE, GL_ONE, de… in init()