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

  /external/skia/include/gpu/
SkGr.h 36 GR_STATIC_ASSERT((int)kOne_GrBlendCoeff == (int)SkXfermode::kOne_Coeff);
GrPaint.h 283 fSrcBlendCoeff = kOne_GrBlendCoeff;
GrTypes.h 232 kOne_GrBlendCoeff, //<! 1
  /external/skia/src/gpu/
GrDrawTarget.cpp 475 return kOne_GrBlendCoeff == dstCoeff ||
515 *dstCoeff = kOne_GrBlendCoeff;
519 bool dstCoeffIsOne = kOne_GrBlendCoeff == *dstCoeff ||
557 if (kOne_GrBlendCoeff == *srcCoeff) {
564 *srcCoeff = kOne_GrBlendCoeff;
596 *dstCoeff = kOne_GrBlendCoeff;
GrTextContext.cpp 39 if (kOne_GrBlendCoeff != fPaint.getSrcBlendCoeff() ||
GrClipMaskManager.cpp 238 drawState->setBlendFunc(kOne_GrBlendCoeff, kZero_GrBlendCoeff);
244 drawState->setBlendFunc(kOne_GrBlendCoeff, kISC_GrBlendCoeff);
    [all...]
GrDrawState.h 88 fCommon.fSrcBlend = kOne_GrBlendCoeff;
    [all...]
SkGpuDevice.cpp 803 tempPaint.setBlendFunc(kOne_GrBlendCoeff, kISC_GrBlendCoeff);
838 paint.setBlendFunc(kIDC_GrBlendCoeff, kOne_GrBlendCoeff);
    [all...]
  /external/skia/gm/
texdata.cpp 103 paint.setBlendFunc(kOne_GrBlendCoeff, kISA_GrBlendCoeff);
  /external/skia/src/gpu/gl/
GrGpuGL.cpp 93 GR_STATIC_ASSERT(1 == kOne_GrBlendCoeff);
    [all...]

Completed in 191 milliseconds