Searched refs:fSrcBlend (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrCoverageSetOpXP.cpp123 blendInfo->fSrcBlend = kOne_GrBlendCoeff;
127 blendInfo->fSrcBlend = kDC_GrBlendCoeff;
131 blendInfo->fSrcBlend = kOne_GrBlendCoeff;
135 blendInfo->fSrcBlend = kIDC_GrBlendCoeff;
139 blendInfo->fSrcBlend = kZero_GrBlendCoeff;
143 blendInfo->fSrcBlend = kIDC_GrBlendCoeff;
H A DGrPorterDuffXferProcessor.cpp87 GrBlendCoeff getSrcBlend() const { return fSrcBlend; }
104 blendInfo->fSrcBlend = fSrcBlend;
107 blendInfo->fSrcBlend = kOne_GrBlendCoeff;
115 if (fSrcBlend != xp.fSrcBlend ||
132 GrBlendCoeff fSrcBlend; member in class:PorterDuffXferProcessor
283 , fSrcBlend(srcBlend)
379 if ((kZero_GrBlendCoeff == fSrcBlend && dstCoeffIsOne)) {
393 if (kOne_GrBlendCoeff == fSrcBlend) {
[all...]
/external/skia/src/gpu/
H A DGrXferProcessor.cpp155 fWriteColor, equation_string(fEquation), coeff_string(fSrcBlend),
/external/skia/include/gpu/
H A DGrXferProcessor.h183 fSrcBlend = kOne_GrBlendCoeff;
192 GrBlendCoeff fSrcBlend; member in struct:GrXferProcessor::BlendInfo
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp2124 GrBlendCoeff srcCoeff = blendInfo.fSrcBlend;

Completed in 133 milliseconds