Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawState.h81 fDstBlend = kZero_BlendCoeff; in reset()
88 sizeof(fSrcBlend) + sizeof(fDstBlend) + sizeof(GrMatrix) == in reset()
274 fDstBlend = dstCoeff; in setBlendFunc()
302 GrBlendCoeff getDstBlendCoeff() const { return fDstBlend; } in getDstBlendCoeff()
307 *dstBlendCoeff = fDstBlend; in getDstBlendCoeff()
792 GrBlendCoeff fDstBlend; member