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

  /external/skia/include/gpu/
SkGr.h 42 GR_STATIC_ASSERT((int)kISA_GrBlendCoeff == (int)SkXfermode::kISA_Coeff);
GrTypes.h 238 kISA_GrBlendCoeff, //<! one minus src alpha
  /external/skia/gm/
texdata.cpp 103 paint.setBlendFunc(kOne_GrBlendCoeff, kISA_GrBlendCoeff);
  /external/skia/src/gpu/
GrDrawTarget.cpp 476 kISA_GrBlendCoeff == dstCoeff ||
522 (kISA_GrBlendCoeff == *dstCoeff && srcAIsOne);
583 *dstCoeff = kISA_GrBlendCoeff;
590 *dstCoeff = kISA_GrBlendCoeff;
GrTextContext.cpp 40 kISA_GrBlendCoeff != fPaint.getDstBlendCoeff() ||
GrDrawState.h 645 case kISA_GrBlendCoeff:
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 99 GR_STATIC_ASSERT(7 == kISA_GrBlendCoeff);
    [all...]

Completed in 39 milliseconds