Searched refs:kISC_BlendCoeff (Results 1 - 7 of 7) sorted by relevance

/external/skia/include/gpu/
H A DSkGr.h49 GR_STATIC_ASSERT((int)kISC_BlendCoeff == (int)SkXfermode::kISC_Coeff);
H A DGrTypes.h231 kISC_BlendCoeff, //<! one minus src color enumerator in enum:GrBlendCoeff
/external/skia/src/gpu/
H A DGrTextContext.cpp52 drawState->setBlendFunc(kConstC_BlendCoeff, kISC_BlendCoeff);
H A DGrDrawState.h289 case kISC_BlendCoeff:
H A DGrDrawTarget.cpp812 kISC_BlendCoeff == dstCoeff;
867 kISC_BlendCoeff != *srcCoeff);
H A DSkGpuDevice.cpp968 tempPaint.fDstBlendCoeff = kISC_BlendCoeff;
1003 paint.fDstBlendCoeff = kISC_BlendCoeff;
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp92 GR_STATIC_ASSERT(3 == kISC_BlendCoeff);

Completed in 86 milliseconds