• Home
  • Raw
  • Download

Lines Matching refs:paramSets

114 										 const vector<BlendParams>&		paramSets,
152 const vector<BlendParams>& paramSets, in BlendCase() argument
155 , m_paramSets (paramSets) in BlendCase()
434 vector<BlendParams> paramSets; in init() local
435paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst… in init()
437 …group->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets, useSrgbFbo)… in init()
469 vector<BlendParams> paramSets; in init() local
470paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init()
471paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init()
472paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlph… in init()
473paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlph… in init()
479 for (int i = 0; i < (int)paramSets.size(); i++) in init()
481 std::swap(paramSets[i].srcFuncRGB, paramSets[i].dstFuncRGB); in init()
482 std::swap(paramSets[i].srcFuncAlpha, paramSets[i].dstFuncAlpha); in init()
486 …curGroup->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets, useSrgbF… in init()
507 vector<BlendParams> paramSets; in init() local
508paramSets.push_back(BlendParams(eqRGB.glValue, GL_ONE, GL_ONE, eqAlpha.glValue, GL_ONE, GL_ONE, de… in init()
510 …group->addChild(new BlendCase(m_context, name.c_str(), description.c_str(), paramSets, useSrgbFbo)… in init()