Lines Matching refs:BlendParams
80 struct BlendParams struct
90 BlendParams (GLenum equationRGB_, in BlendParams() argument
114 const vector<BlendParams>& paramSets,
128 vector<BlendParams> m_paramSets;
152 const vector<BlendParams>& paramSets, in BlendCase()
264 const BlendParams& paramSet = m_paramSets[m_curParamSetNdx]; in iterate()
434 vector<BlendParams> paramSets; in init()
435 …paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst… in init()
469 vector<BlendParams> paramSets; in init()
470 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init()
471 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init()
472 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlph… in init()
473 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlph… in init()
507 vector<BlendParams> paramSets; in init()
508 …paramSets.push_back(BlendParams(eqRGB.glValue, GL_ONE, GL_ONE, eqAlpha.glValue, GL_ONE, GL_ONE, de… in init()