Home
last modified time | relevance | path

Searched refs:kIDC_BlendCoeff (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/gpu/
DSkGr.h51 GR_STATIC_ASSERT((int)kIDC_BlendCoeff == (int)SkXfermode::kIDC_Coeff);
DGrTypes.h233 kIDC_BlendCoeff, //<! one minus dst color enumerator
/external/skia/src/gpu/
DGrDrawState.h278 case kIDC_BlendCoeff: in setBlendFunc()
DGrDrawTarget.cpp872 kIDC_BlendCoeff != *dstCoeff); in getBlendOpts()
DSkGpuDevice.cpp997 paint.fSrcBlendCoeff = kIDC_BlendCoeff; in drawWithGPUMaskFilter()
/external/skia/src/gpu/gl/
DGrGpuGL.cpp94 GR_STATIC_ASSERT(5 == kIDC_BlendCoeff); in BlendCoeffReferencesConstant()