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

  /external/skia/src/gpu/
GrDrawTarget.cpp 751 if (kOne_BlendCoeff != drawState.getSrcBlendCoeff() ||
810 return kOne_BlendCoeff == dstCoeff ||
876 *dstCoeff = kOne_BlendCoeff;
880 bool dstCoeffIsOne = kOne_BlendCoeff == *dstCoeff ||
    [all...]
GrDrawState.h 80 fSrcBlend = kOne_BlendCoeff;
GrTextContext.cpp 45 if (kOne_BlendCoeff != fPaint.fSrcBlendCoeff ||
SkGpuDevice.cpp     [all...]
  /external/skia/gm/
texdata.cpp 99 paint.fSrcBlendCoeff = kOne_BlendCoeff;
  /external/skia/include/gpu/
SkGr.h 47 GR_STATIC_ASSERT((int)kOne_BlendCoeff == (int)SkXfermode::kOne_Coeff);
GrPaint.h 235 fSrcBlendCoeff = kOne_BlendCoeff;
GrTypes.h 229 kOne_BlendCoeff, //<! 1
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 90 GR_STATIC_ASSERT(1 == kOne_BlendCoeff);
    [all...]

Completed in 2015 milliseconds