HomeSort by relevance Sort by last modified time
    Searched defs:fDstBlend (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrRODrawState.h 155 GrBlendCoeff getDstBlendCoeff() const { return fDstBlend; }
160 *dstBlendCoeff = fDstBlend;
414 GrBlendCoeff fDstBlend;
  /external/skia/src/gpu/
GrDrawState.h 455 fCommon.fDstBlend = dstCoeff;
467 GrBlendCoeff getDstBlendCoeff() const { return fCommon.fDstBlend; }
472 *dstBlendCoeff = fCommon.fDstBlend;
897 fCommon.fDstBlend = kZero_GrBlendCoeff;
911 GrBlendCoeff fDstBlend;
928 fDstBlend == other.fDstBlend &&
    [all...]

Completed in 274 milliseconds