Searched defs:funcRGB (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp385 const EnumGL& funcRGB = blendFunctions[rgbFuncNdx]; local
389 if (!isSrc && (funcRGB.glValue == GL_SRC_ALPHA_SATURATE || funcAlpha.glValue == GL_SRC_ALPHA_SATURATE)) // SRC_ALPHA_SATURATE is only valid for src func.
392 string name = string("") + funcRGB.nameStr + "_" + funcAlpha.nameStr;
394 "RGB " + dstOrSrcStr + " func " + getBlendFactorName(funcRGB.glValue) +
400 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColor));
401 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.glValue, GL_ZERO, defaultBlendColor));
402 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_SRC_COLOR, defaultBlendColor));
403 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_DST_COLOR, defaultBlendColor));
/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp453 const EnumGL& funcRGB = blendFunctions[rgbFuncNdx]; local
457 string name = string("") + funcRGB.nameStr + "_" + funcAlpha.nameStr;
459 "RGB " + dstOrSrcStr + " func " + getBlendFactorName(funcRGB.glValue) +
465 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ONE, GL_FUNC_ADD, funcAlpha.glValue, GL_ONE, defaultBlendColor));
466 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.glValue, GL_ZERO, defaultBlendColor));
467 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_SRC_COLOR, defaultBlendColor));
468 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_DST_COLOR, defaultBlendColor));
H A Des3fFboColorbufferTests.cpp725 FboBlendCase (Context& context, const char* name, const char* desc, deUint32 format, IVec2 size, deUint32 funcRGB, deUint32 funcAlpha, deUint32 srcRGB, deUint32 dstRGB, deUint32 srcAlpha, deUint32 dstAlpha) argument
728 , m_funcRGB (funcRGB)
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_state.c287 int funcRGB; local
294 funcRGB =
304 funcRGB = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
308 funcRGB = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE);
354 s1 = eqnRGB | funcRGB
359 if ((eqnA | funcA) != (eqnRGB | funcRGB))
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c163 unsigned funcRGB = blend->rt[0].rgb_func; local
170 (i915_translate_blend_func(funcRGB) << S6_CBUF_BLEND_FUNC_SHIFT));

Completed in 1213 milliseconds