Home
last modified time | relevance | path

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

/external/skqp/tests/
DGrPorterDuffTest.cpp50 kNone_OutputType, enumerator
292 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType); in test_color_unknown_with_coverage()
311 TEST_ASSERT(kNone_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage()
312 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType); in test_color_unknown_with_coverage()
322 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType); in test_color_unknown_with_coverage()
332 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType); in test_color_unknown_with_coverage()
352 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType); in test_color_unknown_with_coverage()
372 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType); in test_color_unknown_with_coverage()
382 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType); in test_color_unknown_with_coverage()
402 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType); in test_color_unknown_with_coverage()
[all …]
/external/skia/tests/
DGrPorterDuffTest.cpp50 kNone_OutputType, enumerator
294 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType); in test_color_unknown_with_coverage()
313 TEST_ASSERT(kNone_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage()
314 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType); in test_color_unknown_with_coverage()
324 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType); in test_color_unknown_with_coverage()
334 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType); in test_color_unknown_with_coverage()
354 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType); in test_color_unknown_with_coverage()
374 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType); in test_color_unknown_with_coverage()
384 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType); in test_color_unknown_with_coverage()
404 TEST_ASSERT(kNone_OutputType == xpi.fSecondaryOutputType); in test_color_unknown_with_coverage()
[all …]
/external/skqp/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp34 kNone_OutputType, //<! 0 enumerator
69 return kNone_OutputType != fSecondaryOutputType; in hasSecondaryOutput()
129 SkASSERT((kNone_OutputType == fPrimaryOutputType) == in GR_DECL_BITFIELD_OPS_FRIENDS()
132 SkASSERT((kNone_OutputType == fSecondaryOutputType) == !GrBlendCoeffRefsSrc2(fDstCoeff)); in GR_DECL_BITFIELD_OPS_FRIENDS()
134 kNone_OutputType == fPrimaryOutputType); in GR_DECL_BITFIELD_OPS_FRIENDS()
135 SkASSERT(kNone_OutputType != fPrimaryOutputType || in GR_DECL_BITFIELD_OPS_FRIENDS()
136 kNone_OutputType == fSecondaryOutputType); in GR_DECL_BITFIELD_OPS_FRIENDS()
184 ((kModulate_OutputType == PrimaryOut || kNone_OutputType == PrimaryOut) && in GetProperties()
185 kNone_OutputType == SecondaryOut && in GetProperties()
199 ? BlendFormula(BlendFormula::kNone_OutputType, BlendFormula::kNone_OutputType, in MakeCoeffFormula()
[all …]
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp34 kNone_OutputType, //<! 0 enumerator
69 return kNone_OutputType != fSecondaryOutputType; in hasSecondaryOutput()
129 SkASSERT((kNone_OutputType == fPrimaryOutputType) == in GR_DECL_BITFIELD_OPS_FRIENDS()
132 SkASSERT((kNone_OutputType == fSecondaryOutputType) == !GrBlendCoeffRefsSrc2(fDstCoeff)); in GR_DECL_BITFIELD_OPS_FRIENDS()
134 kNone_OutputType == fPrimaryOutputType); in GR_DECL_BITFIELD_OPS_FRIENDS()
135 SkASSERT(kNone_OutputType != fPrimaryOutputType || in GR_DECL_BITFIELD_OPS_FRIENDS()
136 kNone_OutputType == fSecondaryOutputType); in GR_DECL_BITFIELD_OPS_FRIENDS()
184 ((kModulate_OutputType == PrimaryOut || kNone_OutputType == PrimaryOut) && in GetProperties()
185 kNone_OutputType == SecondaryOut && in GetProperties()
199 ? BlendFormula(BlendFormula::kNone_OutputType, BlendFormula::kNone_OutputType, in MakeCoeffFormula()
[all …]