Home
last modified time | relevance | path

Searched refs:funcRGB (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp390 const EnumGL& funcRGB = blendFunctions[rgbFuncNdx]; 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()
399 "RGB " + dstOrSrcStr + " func " + getBlendFactorName(funcRGB.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 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlph… in init()
408 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlph… in init()
/external/deqp/modules/gles3/functional/
Des3fBlendTests.cpp458 const EnumGL& funcRGB = blendFunctions[rgbFuncNdx]; in init() local
462 string name = string("") + funcRGB.nameStr + "_" + funcAlpha.nameStr; in init()
464 "RGB " + dstOrSrcStr + " func " + getBlendFactorName(funcRGB.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 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlph… in init()
473 …paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlph… in init()
Des3fFboColorbufferTests.cpp725 …onst char* name, const char* desc, deUint32 format, IVec2 size, deUint32 funcRGB, deUint32 funcAlp… in FboBlendCase() argument
728 , m_funcRGB (funcRGB) in FboBlendCase()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c287 int funcRGB; in i830_set_blend_state() local
294 funcRGB = in i830_set_blend_state()
304 funcRGB = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE); in i830_set_blend_state()
308 funcRGB = SRC_BLND_FACT(BLENDFACT_ONE) | DST_BLND_FACT(BLENDFACT_ONE); in i830_set_blend_state()
354 s1 = eqnRGB | funcRGB in i830_set_blend_state()
359 if ((eqnA | funcA) != (eqnRGB | funcRGB)) in i830_set_blend_state()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c164 unsigned funcRGB = blend->rt[0].rgb_func; in i915_create_blend_state() local
171 (i915_translate_blend_func(funcRGB) << S6_CBUF_BLEND_FUNC_SHIFT)); in i915_create_blend_state()