Home
last modified time | relevance | path

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

/external/skqp/include/gpu/
DGrBlend.h86 static constexpr bool GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc2() function
/external/skia/include/gpu/
DGrBlend.h86 static constexpr bool GrBlendCoeffRefsSrc2(const GrBlendCoeff coeff) { in GrBlendCoeffRefsSrc2() function
/external/skqp/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp130 SkASSERT(!GrBlendCoeffRefsSrc2(fSrcCoeff)); in GR_DECL_BITFIELD_OPS_FRIENDS()
131 SkASSERT((kNone_OutputType == fSecondaryOutputType) == !GrBlendCoeffRefsSrc2(fDstCoeff)); in GR_DECL_BITFIELD_OPS_FRIENDS()
180 GrBlendCoeffRefsSrc2(DstCoeff)) in GetProperties()
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp130 SkASSERT(!GrBlendCoeffRefsSrc2(fSrcCoeff)); in GR_DECL_BITFIELD_OPS_FRIENDS()
131 SkASSERT((kNone_OutputType == fSecondaryOutputType) == !GrBlendCoeffRefsSrc2(fDstCoeff)); in GR_DECL_BITFIELD_OPS_FRIENDS()
180 GrBlendCoeffRefsSrc2(DstCoeff)) in GetProperties()
/external/skqp/tests/
DGrPorterDuffTest.cpp101 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend)); in XPInfo()
/external/skia/tests/
DGrPorterDuffTest.cpp101 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend)); in XPInfo()