Home
last modified time | relevance | path

Searched refs:fSrcCoeff (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/effects/
H A DGrPorterDuffXferProcessor.cpp49 , fSrcCoeff(srcCoeff) in BlendFormula()
60 fSrcCoeff == that.fSrcCoeff && in operator ==()
91 return fSrcCoeff; in srcCoeff()
131 GrBlendCoeff fSrcCoeff : 6; member
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.h711 GrBlendCoeff fSrcCoeff;
719 fSrcCoeff = kIllegal_GrBlendCoeff;
H A DGrGLGpu.cpp2587 (GrBlendCoeffRefsSrc2(fHWBlendState.fSrcCoeff) || in flushBlendAndColorWrite()
2589 fHWBlendState.fSrcCoeff == kIllegal_GrBlendCoeff || in flushBlendAndColorWrite()
2593 fHWBlendState.fSrcCoeff = kOne_GrBlendCoeff; in flushBlendAndColorWrite()
2617 if (fHWBlendState.fSrcCoeff != srcCoeff || fHWBlendState.fDstCoeff != dstCoeff) { in flushBlendAndColorWrite()
2620 fHWBlendState.fSrcCoeff = srcCoeff; in flushBlendAndColorWrite()

Completed in 10 milliseconds