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

  /external/skia/include/gpu/
SkGr.h 52 GR_STATIC_ASSERT((int)kSA_BlendCoeff == (int)SkXfermode::kSA_Coeff);
GrTypes.h 234 kSA_BlendCoeff, //<! src alpha
  /external/skia/src/gpu/
GrDrawState.h 290 case kSA_BlendCoeff:
GrDrawTarget.cpp 864 GrAssert(kSA_BlendCoeff != *srcCoeff &&
881 (kSA_BlendCoeff == *dstCoeff && srcAIsOne);
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 95 GR_STATIC_ASSERT(6 == kSA_BlendCoeff);
    [all...]
GrGpuGLShaders.cpp     [all...]

Completed in 4738 milliseconds