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

  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.h 470 fCommon.fDstBlend = dstCoeff;
498 GrBlendCoeff getDstBlendCoeff() const { return fCommon.fDstBlend; }
503 *dstBlendCoeff = fCommon.fDstBlend;
928 fCommon.fDstBlend = kZero_GrBlendCoeff;
944 GrBlendCoeff fDstBlend
    [all...]
GrDrawState.cpp 289 return kOne_GrBlendCoeff == fCommon.fDstBlend ||
290 kISA_GrBlendCoeff == fCommon.fDstBlend ||
291 kISC_GrBlendCoeff == fCommon.fDstBlend ||
  /external/skia/src/gpu/
GrDrawState.h 470 fCommon.fDstBlend = dstCoeff;
498 GrBlendCoeff getDstBlendCoeff() const { return fCommon.fDstBlend; }
503 *dstBlendCoeff = fCommon.fDstBlend;
928 fCommon.fDstBlend = kZero_GrBlendCoeff;
944 GrBlendCoeff fDstBlend
    [all...]
GrDrawState.cpp 289 return kOne_GrBlendCoeff == fCommon.fDstBlend ||
290 kISA_GrBlendCoeff == fCommon.fDstBlend ||
291 kISC_GrBlendCoeff == fCommon.fDstBlend ||

Completed in 141 milliseconds