Searched refs:funcRGB (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fBlendTests.cpp | 390 const EnumGL& funcRGB = blendFunctions[rgbFuncNdx]; in init() local 394 if (!isSrc && (funcRGB.glValue == GL_SRC_ALPHA_SATURATE || funcAlpha.glValue == GL_SRC_ALPHA_SATURATE)) // SRC_ALPHA_SATURATE is only valid for src func. 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.glValue, GL_ONE, defaultBlendColor)); in init() 406 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.glValue, GL_ZERO, defaultBlendColor)); in init() 407 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_SRC_COLOR, defaultBlendColor)); in init() 408 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_DST_COLOR, defaultBlendColor)); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBlendTests.cpp | 458 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.glValue, GL_ONE, defaultBlendColor)); in init() 471 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_ZERO, GL_FUNC_ADD, funcAlpha.glValue, GL_ZERO, defaultBlendColor)); in init() 472 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_SRC_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_SRC_COLOR, defaultBlendColor)); in init() 473 paramSets.push_back(BlendParams(GL_FUNC_ADD, funcRGB.glValue, GL_DST_COLOR, GL_FUNC_ADD, funcAlpha.glValue, GL_DST_COLOR, defaultBlendColor)); in init()
|
H A D | es3fFboColorbufferTests.cpp | 727 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) in FboBlendCase() argument 730 , m_funcRGB (funcRGB) in FboBlendCase()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state.c | 205 unsigned funcRGB = blend->rt[0].rgb_func; in i915_create_blend_state() local 213 (i915_translate_blend_func(funcRGB) << S6_CBUF_BLEND_FUNC_SHIFT)); in i915_create_blend_state()
|
Completed in 7 milliseconds