Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBlend.cpp17 case kDA_GrBlendCoeff: in swap_coeff_src_dst()
26 return kDA_GrBlendCoeff; in swap_coeff_src_dst()
82 case kDA_GrBlendCoeff: in simplify_blend_term()
DGrBlend.h32 case kDA_GrBlendCoeff: in GrBlendCoeffRefsDst()
DGrXferProcessor.cpp128 case kDA_GrBlendCoeff: in coeff_string()
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp174 case kDA_GrBlendCoeff: in append_porterduff_term()
621 static GrPorterDuffXPFactory gSrcInPDXPF(kDA_GrBlendCoeff, kZero_GrBlendCoeff); in Create()
641 static GrPorterDuffXPFactory gSrcATopPDXPF(kDA_GrBlendCoeff, kISA_GrBlendCoeff); in Create()
748 case kDA_GrBlendCoeff: in getInvariantOutput()
/external/skia/include/gpu/
DSkGr.h38 GR_STATIC_ASSERT((int)kDA_GrBlendCoeff == (int)SkXfermode::kDA_Coeff);
DGrXferProcessor.h70 kDA_GrBlendCoeff, //<! dst alpha enumerator
/external/skia/src/gpu/gl/
DGrGLGpu.cpp142 GR_STATIC_ASSERT(8 == kDA_GrBlendCoeff); in BlendCoeffReferencesConstant()