Searched refs:blendDstFactorA (Results 1 – 2 of 2) sorted by relevance
125 float blendDstFactorA; member
455 SWITCH_SRC_OR_DST_FACTOR_A(dstFunc, blendDstFactorA) in executeBlendFactorComputeA()489 …D_COLOR(blendedA, srcColor.w()*sample.blendSrcFactorA + dstColor.w()*sample.blendDstFactorA) break; in executeBlend()490 …D_COLOR(blendedA, srcColor.w()*sample.blendSrcFactorA - dstColor.w()*sample.blendDstFactorA) break; in executeBlend()491 …UBTRACT: SAMPLE_REGISTER_BLENDED_COLOR(blendedA, dstColor.w()*sample.blendDstFactorA - srcColor.w(… in executeBlend()