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

  /external/skia/gm/
texdata.cpp 100 paint.fDstBlendCoeff = kISA_BlendCoeff;
  /external/skia/include/gpu/
SkGr.h 53 GR_STATIC_ASSERT((int)kISA_BlendCoeff == (int)SkXfermode::kISA_Coeff);
GrTypes.h 235 kISA_BlendCoeff, //<! one minus src alpha
  /external/skia/src/gpu/
GrDrawTarget.cpp 811 kISA_BlendCoeff == dstCoeff ||
865 kISA_BlendCoeff != *srcCoeff &&
883 (kISA_BlendCoeff == *dstCoeff && srcAIsOne);
    [all...]
GrDrawState.h 291 case kISA_BlendCoeff:
GrTextContext.cpp 46 kISA_BlendCoeff != fPaint.fDstBlendCoeff ||
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 96 GR_STATIC_ASSERT(7 == kISA_BlendCoeff);
    [all...]

Completed in 80 milliseconds