Searched refs:eqAlpha (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 435 const EnumGL& eqAlpha = blendEquations[equationAlphaNdx]; in init() local 437 string name = string("") + eqRGB.nameStr + "_" + eqAlpha.nameStr; in init() 440 ", alpha equation " + getBlendEquationName(eqAlpha.glValue); in init() 443 …paramSets.push_back(BlendParams(eqRGB.glValue, GL_ONE, GL_ONE, eqAlpha.glValue, GL_ONE, GL_ONE, de… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 500 const EnumGL& eqAlpha = blendEquations[equationAlphaNdx]; in init() local 502 string name = string("") + eqRGB.nameStr + "_" + eqAlpha.nameStr; in init() 505 ", alpha equation " + getBlendEquationName(eqAlpha.glValue); in init() 508 …paramSets.push_back(BlendParams(eqRGB.glValue, GL_ONE, GL_ONE, eqAlpha.glValue, GL_ONE, GL_ONE, de… in init()
|