Home
last modified time | relevance | path

Searched refs:funcAlpha (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fBlendTests.cpp391 const EnumGL& funcAlpha = blendFunctions[alphaFuncNdx]; in init() local
394 …if (!isSrc && (funcRGB.glValue == GL_SRC_ALPHA_SATURATE || funcAlpha.glValue == GL_SRC_ALPHA_SATUR… in init()
397 string name = string("") + funcRGB.nameStr + "_" + funcAlpha.nameStr; in init()
400 ", alpha " + dstOrSrcStr + " func " + getBlendFactorName(funcAlpha.glValue); in init()
405 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init()
406 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init()
407 …k(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_SRC_… in init()
408 …k(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_DST_… in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fBlendTests.cpp459 const EnumGL& funcAlpha = blendFunctions[alphaFuncNdx]; in init() local
462 string name = string("") + funcRGB.nameStr + "_" + funcAlpha.nameStr; in init()
465 ", alpha " + dstOrSrcStr + " func " + getBlendFactorName(funcAlpha.glValue); in init()
470 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glV… in init()
471 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.gl… in init()
472 …k(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_SRC_… in init()
473 …k(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_DST_… in init()
Des3fFboColorbufferTests.cpp727 …nst char* desc, deUint32 format, IVec2 size, deUint32 funcRGB, deUint32 funcAlpha, deUint32 srcRGB… in FboBlendCase() argument
731 , m_funcAlpha (funcAlpha) in FboBlendCase()