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

  /external/skia/include/gpu/
SkGr.h 39 GR_STATIC_ASSERT((int)kDC_GrBlendCoeff == (int)SkXfermode::kDC_Coeff);
GrTypes.h 235 kDC_GrBlendCoeff, //<! dst color
  /external/skia/src/gpu/
GrDrawState.h 631 case kDC_GrBlendCoeff:
    [all...]
GrClipMaskManager.cpp 241 drawState->setBlendFunc(kDC_GrBlendCoeff, kZero_GrBlendCoeff);
    [all...]
SkGpuDevice.cpp 834 paint.setBlendFunc(kDC_GrBlendCoeff, kZero_GrBlendCoeff);
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 96 GR_STATIC_ASSERT(4 == kDC_GrBlendCoeff);
    [all...]

Completed in 878 milliseconds