Home
last modified time | relevance | path

Searched refs:fDstBlend (Results 1 – 5 of 5) sorted by relevance

/external/skia/gpu/src/
DGrDrawTarget.cpp380 fCurrDrawState.fDstBlend = dstCoeff; in setBlendFunc()
521 (kZero_BlendCoeff == fCurrDrawState.fDstBlend)) { in canDisableBlend()
538 if (kISA_BlendCoeff != fCurrDrawState.fDstBlend && in canDisableBlend()
539 kZero_BlendCoeff != fCurrDrawState.fDstBlend) { in canDisableBlend()
DGrGpuGLFixed.cpp141 BlendCoeffReferencesConstant(fCurrDrawState.fDstBlend)) { in flushGraphicsState()
151 this->flushBlend(type, fCurrDrawState.fSrcBlend, fCurrDrawState.fDstBlend); in flushGraphicsState()
DGrGpuGLShaders.cpp570 GrBlendCoeff dstCoeff = fCurrDrawState.fDstBlend; in flushGraphicsState()
825 if (kZero_BlendCoeff == fCurrDrawState.fDstBlend) { in buildProgram()
830 } else if (kSA_BlendCoeff == fCurrDrawState.fDstBlend) { in buildProgram()
836 } else if (kSC_BlendCoeff == fCurrDrawState.fDstBlend) { in buildProgram()
DGrGpuGL.cpp533 fHWDrawState.fDstBlend = (GrBlendCoeff)-1; in resetContext()
1682 kISA_BlendCoeff != fHWDrawState.fDstBlend) { in flushBlend()
1686 fHWDrawState.fDstBlend = kISA_BlendCoeff; in flushBlend()
1700 fHWDrawState.fDstBlend != dstCoeff) { in flushBlend()
1704 fHWDrawState.fDstBlend = dstCoeff; in flushBlend()
/external/skia/gpu/include/
DGrDrawTarget.h176 GrBlendCoeff fDstBlend; member