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

  /external/skia/src/gpu/
GrBlend.h 21 case kISA_GrBlendCoeff:
GrBlend.cpp 20 return kISA_GrBlendCoeff;
27 case kISA_GrBlendCoeff:
GrXferProcessor.cpp 126 case kISA_GrBlendCoeff:
  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.cpp 31 kISA_GrBlendCoeff == dstCoeff ||
171 case kISA_GrBlendCoeff:
374 (kISA_GrBlendCoeff == fDstBlend && srcAIsOne);
427 fDstBlend = kISA_GrBlendCoeff;
435 fDstBlend = kISA_GrBlendCoeff;
546 if (kOne_GrBlendCoeff != srcBlend || kISA_GrBlendCoeff != dstBlend) {
611 static GrPorterDuffXPFactory gSrcOverPDXPF(kOne_GrBlendCoeff, kISA_GrBlendCoeff);
636 static GrPorterDuffXPFactory gDstOutPDXPF(kZero_GrBlendCoeff, kISA_GrBlendCoeff);
641 static GrPorterDuffXPFactory gSrcATopPDXPF(kDA_GrBlendCoeff, kISA_GrBlendCoeff);
651 static GrPorterDuffXPFactory gXorPDXPF(kIDA_GrBlendCoeff, kISA_GrBlendCoeff);
    [all...]
  /external/skia/include/gpu/
SkGr.h 37 GR_STATIC_ASSERT((int)kISA_GrBlendCoeff == (int)SkXfermode::kISA_Coeff);
GrXferProcessor.h 69 kISA_GrBlendCoeff, //<! one minus src alpha
  /external/skia/src/gpu/gl/
GrGLGpu.cpp 141 GR_STATIC_ASSERT(7 == kISA_GrBlendCoeff);
    [all...]

Completed in 43 milliseconds