HomeSort by relevance Sort by last modified time
    Searched refs:kISC_GrBlendCoeff (Results 1 - 8 of 8) sorted by null

  /external/skia/include/gpu/
SkGr.h 38 GR_STATIC_ASSERT((int)kISC_GrBlendCoeff == (int)SkXfermode::kISC_Coeff);
GrTypes.h 234 kISC_GrBlendCoeff, //<! one minus src color
  /external/skia/src/gpu/
GrTextContext.cpp 46 drawState->setBlendFunc(kConstC_GrBlendCoeff, kISC_GrBlendCoeff);
GrClipMaskManager.cpp 244 drawState->setBlendFunc(kOne_GrBlendCoeff, kISC_GrBlendCoeff);
247 drawState->setBlendFunc(kIDC_GrBlendCoeff, kISC_GrBlendCoeff);
250 drawState->setBlendFunc(kZero_GrBlendCoeff, kISC_GrBlendCoeff);
    [all...]
GrDrawState.h 643 case kISC_GrBlendCoeff:
    [all...]
GrDrawTarget.cpp 477 kISC_GrBlendCoeff == dstCoeff ||
SkGpuDevice.cpp 803 tempPaint.setBlendFunc(kOne_GrBlendCoeff, kISC_GrBlendCoeff);
842 paint.setBlendFunc(kZero_GrBlendCoeff, kISC_GrBlendCoeff);
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 95 GR_STATIC_ASSERT(3 == kISC_GrBlendCoeff);
    [all...]

Completed in 240 milliseconds