Searched refs:kOne_GrBlendCoeff (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/
H A DGrBlend.cpp73 *srcCoeff = kOne_GrBlendCoeff;
85 *srcCoeff = kOne_GrBlendCoeff;
96 *srcCoeff = kOne_GrBlendCoeff;
106 *srcCoeff = kOne_GrBlendCoeff;
123 if (kOne_GrBlendCoeff == *srcCoeff && valid_color(srcCompFlags)) {
H A DGrRODrawState.cpp187 *dstCoeff = kOne_GrBlendCoeff;
191 bool dstCoeffIsOne = kOne_GrBlendCoeff == *dstCoeff ||
203 *dstCoeff = kOne_GrBlendCoeff;
214 if (kOne_GrBlendCoeff == *srcCoeff) {
222 *srcCoeff = kOne_GrBlendCoeff;
254 *dstCoeff = kOne_GrBlendCoeff;
278 return kOne_GrBlendCoeff == fDstBlend ||
H A DGrPaint.cpp87 case kOne_GrBlendCoeff:
H A DGrDrawState.cpp146 fSrcBlend = kOne_GrBlendCoeff;
310 kOne_GrBlendCoeff == srcCoeff && kZero_GrBlendCoeff == dstCoeff);
H A DGrOptDrawState.cpp84 kOne_GrBlendCoeff == fSrcBlend &&
H A DGrClipMaskManager.cpp363 drawState->setBlendFunc(kOne_GrBlendCoeff, kZero_GrBlendCoeff);
369 drawState->setBlendFunc(kOne_GrBlendCoeff, kISC_GrBlendCoeff);
H A DGrBitmapTextContext.cpp119 if (kOne_GrBlendCoeff != fPaint.getSrcBlendCoeff() ||
H A DGrDistanceFieldTextContext.cpp204 if (kOne_GrBlendCoeff != fPaint.getSrcBlendCoeff() ||
/external/skia/src/gpu/
H A DGrBlend.cpp73 *srcCoeff = kOne_GrBlendCoeff;
85 *srcCoeff = kOne_GrBlendCoeff;
96 *srcCoeff = kOne_GrBlendCoeff;
106 *srcCoeff = kOne_GrBlendCoeff;
123 if (kOne_GrBlendCoeff == *srcCoeff && valid_color(srcCompFlags)) {
H A DGrDrawState.cpp280 return kOne_GrBlendCoeff == fCommon.fDstBlend ||
303 *dstCoeff = kOne_GrBlendCoeff;
307 bool dstCoeffIsOne = kOne_GrBlendCoeff == *dstCoeff ||
337 if (kOne_GrBlendCoeff == *srcCoeff) {
344 *srcCoeff = kOne_GrBlendCoeff;
376 *dstCoeff = kOne_GrBlendCoeff;
380 if (kOne_GrBlendCoeff == *srcCoeff &&
H A DGrPaint.cpp91 case kOne_GrBlendCoeff:
H A DGrClipMaskManager.cpp361 drawState->setBlendFunc(kOne_GrBlendCoeff, kZero_GrBlendCoeff);
367 drawState->setBlendFunc(kOne_GrBlendCoeff, kISC_GrBlendCoeff);
/external/chromium_org/third_party/skia/include/gpu/
H A DSkGr.h31 GR_STATIC_ASSERT((int)kOne_GrBlendCoeff == (int)SkXfermode::kOne_Coeff);
H A DGrPaint.h226 fSrcBlendCoeff = kOne_GrBlendCoeff;
H A DGrTypes.h211 kOne_GrBlendCoeff, //<! 1 enumerator in enum:GrBlendCoeff
/external/skia/include/gpu/
H A DSkGr.h32 GR_STATIC_ASSERT((int)kOne_GrBlendCoeff == (int)SkXfermode::kOne_Coeff);
H A DGrPaint.h230 fSrcBlendCoeff = kOne_GrBlendCoeff;
H A DGrTypes.h211 kOne_GrBlendCoeff, //<! 1 enumerator in enum:GrBlendCoeff
/external/chromium_org/third_party/skia/gm/
H A Dtexdata.cpp101 paint.setBlendFunc(kOne_GrBlendCoeff, kISA_GrBlendCoeff);
/external/skia/gm/
H A Dtexdata.cpp101 paint.setBlendFunc(kOne_GrBlendCoeff, kISA_GrBlendCoeff);
/external/skia/src/gpu/gl/
H A DGrGLProgramDesc.cpp246 kOne_GrBlendCoeff == srcCoeff &&
H A DGrGLProgram.cpp75 SkASSERT(kOne_GrBlendCoeff == *srcCoeff && kZero_GrBlendCoeff == *dstCoeff);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL_program.cpp225 if (kZero_GrBlendCoeff == srcCoeff && kOne_GrBlendCoeff == dstCoeff &&
/external/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp275 grPaint.setBlendFunc(kOne_GrBlendCoeff, kZero_GrBlendCoeff);
/external/chromium_org/third_party/skia/src/effects/
H A DSkAlphaThresholdFilter.cpp297 grPaint.setBlendFunc(kOne_GrBlendCoeff, kZero_GrBlendCoeff);

Completed in 451 milliseconds

12