Searched refs:eqAlpha (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 430 const EnumGL& eqAlpha = blendEquations[equationAlphaNdx]; in init() local 432 string name = string("") + eqRGB.nameStr + "_" + eqAlpha.nameStr; in init() 435 ", alpha equation " + getBlendEquationName(eqAlpha.glValue); in init() 438 …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 | 495 const EnumGL& eqAlpha = blendEquations[equationAlphaNdx]; in init() local 497 string name = string("") + eqRGB.nameStr + "_" + eqAlpha.nameStr; in init() 500 ", alpha equation " + getBlendEquationName(eqAlpha.glValue); in init() 503 …paramSets.push_back(BlendParams(eqRGB.glValue, GL_ONE, GL_ONE, eqAlpha.glValue, GL_ONE, GL_ONE, de… in init()
|