HomeSort by relevance Sort by last modified time
    Searched refs:funcRGB (Results 1 - 7 of 7) sorted by null

  /external/deqp/modules/gles2/functional/
es2fBlendTests.cpp 385 const EnumGL& funcRGB = blendFunctions[rgbFuncNdx];
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/
es3fBlendTests.cpp 453 const EnumGL& funcRGB = blendFunctions[rgbFuncNdx];
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));
es3fFboColorbufferTests.cpp 725 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)
728 , m_funcRGB (funcRGB)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i830_state.c 287 int funcRGB;
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))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 287 int funcRGB;
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))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state.c 163 unsigned funcRGB = blend->rt[0].rgb_func;
170 (i915_translate_blend_func(funcRGB) << S6_CBUF_BLEND_FUNC_SHIFT));
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 163 unsigned funcRGB = blend->rt[0].rgb_func;
170 (i915_translate_blend_func(funcRGB) << S6_CBUF_BLEND_FUNC_SHIFT));
    [all...]

Completed in 118 milliseconds