Searched refs:glValue (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 306 GLenum glValue; in init() member 352 if (dst.glValue == GL_SRC_ALPHA_SATURATE) // SRC_ALPHA_SATURATE is only valid for src func. in init() 357 "Equations " + getBlendEquationName(eq.glValue) + in init() 358 ", src funcs " + getBlendFactorName(src.glValue) + in init() 359 ", dst funcs " + getBlendFactorName(dst.glValue); in init() 362 …paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst… in init() 389 …if (!isSrc && (funcRGB.glValue == GL_SRC_ALPHA_SATURATE || funcAlpha.glValue == GL_SRC_ALPHA_SATUR… in init() 394 "RGB " + dstOrSrcStr + " func " + getBlendFactorName(funcRGB.glValue) + in init() 395 ", alpha " + dstOrSrcStr + " func " + getBlendFactorName(funcAlpha.glValue); in init() 400 …aramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glVa… in init() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fBlendTests.cpp | 363 GLenum glValue; in init() member 417 …if ((eq.glValue == GL_MIN || eq.glValue == GL_MAX) && (srcFuncNdx > 0 || dstFuncNdx > 0)) // MIN a… in init() 422 "Equations " + getBlendEquationName(eq.glValue) + in init() 423 ", src funcs " + getBlendFactorName(src.glValue) + in init() 424 ", dst funcs " + getBlendFactorName(dst.glValue); in init() 426 if (eq.glValue != GL_MIN && eq.glValue != GL_MAX) in init() 430 …paramSets.push_back(BlendParams(eq.glValue, src.glValue, dst.glValue, eq.glValue, src.glValue, dst… in init() 459 "RGB " + dstOrSrcStr + " func " + getBlendFactorName(funcRGB.glValue) + in init() 460 ", alpha " + dstOrSrcStr + " func " + getBlendFactorName(funcAlpha.glValue); in init() 465 …aramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glVa… in init() [all …]
|