Home
last modified time | relevance | path

Searched refs:kModulate_OutputType (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/tests/
H A DGrPorterDuffTest.cpp55 kModulate_OutputType, enumerator
168 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_lcd_coverage()
325 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage()
347 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage()
358 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage()
369 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage()
391 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage()
402 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage()
413 TEST_ASSERT(kModulate_OutputType == xpi.fPrimaryOutputType); in test_color_unknown_with_coverage()
424 TEST_ASSERT(kModulate_OutputType in test_color_unknown_with_coverage()
[all...]
/third_party/skia/src/gpu/effects/
H A DGrPorterDuffXferProcessor.cpp36 kModulate_OutputType, //<! inputColor * inputCoverage enumerator
168 ((PrimaryOut >= kModulate_OutputType && GrBlendCoeffsUseSrcColor(SrcCoeff, DstCoeff)) ||
169 (SecondaryOut >= kModulate_OutputType &&
173 ((kModulate_OutputType == PrimaryOut || kNone_OutputType == PrimaryOut) &&
190 : BlendFormula(BlendFormula::kModulate_OutputType, BlendFormula::kNone_OutputType,
219 return BlendFormula(BlendFormula::kModulate_OutputType, oneMinusDstCoeffModulateOutput,
254 return BlendFormula(BlendFormula::kModulate_OutputType, BlendFormula::kCoverage_OutputType,
426 case BlendFormula::kModulate_OutputType:

Completed in 5 milliseconds