Searched refs:kOne_BlendCoeff (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/gpu/
H A DGrDrawTarget.cpp751 if (kOne_BlendCoeff != drawState.getSrcBlendCoeff() ||
810 return kOne_BlendCoeff == dstCoeff ||
876 *dstCoeff = kOne_BlendCoeff;
880 bool dstCoeffIsOne = kOne_BlendCoeff == *dstCoeff ||
919 if (kOne_BlendCoeff == *srcCoeff) {
926 *srcCoeff = kOne_BlendCoeff;
956 *dstCoeff = kOne_BlendCoeff;
H A DGrTextContext.cpp45 if (kOne_BlendCoeff != fPaint.fSrcBlendCoeff ||
H A DGrDrawState.h80 fSrcBlend = kOne_BlendCoeff;
H A DSkGpuDevice.cpp967 tempPaint.fSrcBlendCoeff = kOne_BlendCoeff;
998 paint.fDstBlendCoeff = kOne_BlendCoeff;
/external/skia/gm/
H A Dtexdata.cpp99 paint.fSrcBlendCoeff = kOne_BlendCoeff;
/external/skia/include/gpu/
H A DGrPaint.h235 fSrcBlendCoeff = kOne_BlendCoeff;
H A DSkGr.h47 GR_STATIC_ASSERT((int)kOne_BlendCoeff == (int)SkXfermode::kOne_Coeff);
H A DGrTypes.h229 kOne_BlendCoeff, //<! 1 enumerator in enum:GrBlendCoeff
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp90 GR_STATIC_ASSERT(1 == kOne_BlendCoeff);
1894 bool blendOff = kOne_BlendCoeff == srcCoeff &&

Completed in 102 milliseconds