Searched refs:eqAlpha (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp435 const EnumGL& eqAlpha = blendEquations[equationAlphaNdx]; local
437 string name = string("") + eqRGB.nameStr + "_" + eqAlpha.nameStr;
440 ", alpha equation " + getBlendEquationName(eqAlpha.glValue);
443 paramSets.push_back(BlendParams(eqRGB.glValue, GL_ONE, GL_ONE, eqAlpha.glValue, GL_ONE, GL_ONE, defaultBlendColor));
/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp500 const EnumGL& eqAlpha = blendEquations[equationAlphaNdx]; local
502 string name = string("") + eqRGB.nameStr + "_" + eqAlpha.nameStr;
505 ", alpha equation " + getBlendEquationName(eqAlpha.glValue);
508 paramSets.push_back(BlendParams(eqRGB.glValue, GL_ONE, GL_ONE, eqAlpha.glValue, GL_ONE, GL_ONE, defaultBlendColor));

Completed in 541 milliseconds