Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp88 GrBlendCoeff getDstBlend() const { return fDstBlend; } in getDstBlend()
105 blendInfo->fDstBlend = fDstBlend; in onGetBlendInfo()
108 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo()
116 fDstBlend != xp.fDstBlend || in onIsEqual()
133 GrBlendCoeff fDstBlend; member in PorterDuffXferProcessor
284 , fDstBlend(dstBlend) in PorterDuffXferProcessor()
343 if (kZero_GrBlendCoeff == fDstBlend) { in calcOutputTypes()
346 fDstBlend = kIS2C_GrBlendCoeff; in calcOutputTypes()
347 } else if (kSA_GrBlendCoeff == fDstBlend) { in calcOutputTypes()
350 fDstBlend = kIS2C_GrBlendCoeff; in calcOutputTypes()
[all …]
DGrCoverageSetOpXP.cpp124 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo()
128 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo()
132 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
136 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
140 blendInfo->fDstBlend = kISC_GrBlendCoeff; in onGetBlendInfo()
144 blendInfo->fDstBlend = kZero_GrBlendCoeff; in onGetBlendInfo()
/external/skia/include/gpu/
DGrXferProcessor.h184 fDstBlend = kZero_GrBlendCoeff; in reset()
193 GrBlendCoeff fDstBlend; member
/external/skia/src/gpu/
DGrXferProcessor.cpp156 coeff_string(fDstBlend), fBlendConstant); in dump()
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2125 GrBlendCoeff dstCoeff = blendInfo.fDstBlend; in flushBlend()