Home
last modified time | relevance | path

Searched refs:kSA_GrBlendCoeff (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp168 case kSA_GrBlendCoeff: in append_porterduff_term()
347 } else if (kSA_GrBlendCoeff == fDstBlend) { in calcOutputTypes()
372 (kSA_GrBlendCoeff == fDstBlend && srcAIsOne); in internalGetOptimizations()
626 static GrPorterDuffXPFactory gDstInPDXPF(kZero_GrBlendCoeff, kSA_GrBlendCoeff); in Create()
646 static GrPorterDuffXPFactory gDstATopPDXPF(kIDA_GrBlendCoeff, kSA_GrBlendCoeff); in Create()
746 case kSA_GrBlendCoeff: in getInvariantOutput()
787 if (kSA_GrBlendCoeff == fDstCoeff && srcAIsOne) { in willReadDstColor()
/external/skia/src/gpu/
DGrBlend.cpp18 return kSA_GrBlendCoeff; in swap_coeff_src_dst()
25 case kSA_GrBlendCoeff: in swap_coeff_src_dst()
DGrBlend.h20 case kSA_GrBlendCoeff: in GrBlendCoeffRefsSrc()
DGrXferProcessor.cpp124 case kSA_GrBlendCoeff: in coeff_string()
/external/skia/include/gpu/
DSkGr.h36 GR_STATIC_ASSERT((int)kSA_GrBlendCoeff == (int)SkXfermode::kSA_Coeff);
DGrXferProcessor.h68 kSA_GrBlendCoeff, //<! src alpha enumerator
/external/skia/src/gpu/gl/
DGrGLGpu.cpp140 GR_STATIC_ASSERT(6 == kSA_GrBlendCoeff); in BlendCoeffReferencesConstant()