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

  /external/skia/include/gpu/
SkGr.h 37 GR_STATIC_ASSERT((int)kSC_GrBlendCoeff == (int)SkXfermode::kSC_Coeff);
GrTypes.h 233 kSC_GrBlendCoeff, //<! src color
  /external/skia/src/gpu/
GrDrawState.h 642 case kSC_GrBlendCoeff:
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 602 } else if (kSC_GrBlendCoeff == dstCoeff) {
GrGpuGL.cpp 94 GR_STATIC_ASSERT(2 == kSC_GrBlendCoeff);
    [all...]

Completed in 375 milliseconds