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

  /external/skia/gpu/include/
GrTypes.h 220 kSC_BlendCoeff, //<! src color
  /external/skia/include/gpu/
SkGr.h 83 GR_STATIC_ASSERT((int)kSC_BlendCoeff == (int)SkXfermode::kSC_Coeff);
  /external/skia/gpu/src/
GrDrawTarget.cpp 394 case kSC_BlendCoeff:
GrGpuGLShaders.cpp 836 } else if (kSC_BlendCoeff == fCurrDrawState.fDstBlend) {
    [all...]
GrGpuGL.cpp 81 GR_STATIC_ASSERT(2 == kSC_BlendCoeff);
    [all...]

Completed in 211 milliseconds