Lines Matching refs:inputCoverage
77 GrProcessorAnalysisColor inputColor, GrProcessorAnalysisCoverage inputCoverage) { in XPInfo()
80 bool isLCD = GrProcessorAnalysisCoverage::kLCD == inputCoverage; in XPInfo()
82 GrProcessorSet::Analysis analysis = do_analysis(xpf, inputColor, inputCoverage, caps); in XPInfo()
86 GrXPFactory::MakeXferProcessor(xpf, inputColor, inputCoverage, false, caps, in XPInfo()
120 GrProcessorAnalysisCoverage inputCoverage = GrProcessorAnalysisCoverage::kLCD; in test_lcd_coverage() local
124 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage); in test_lcd_coverage()
284 GrProcessorAnalysisCoverage inputCoverage = GrProcessorAnalysisCoverage::kSingleChannel; in test_color_unknown_with_coverage() local
288 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage); in test_color_unknown_with_coverage()
450 GrProcessorAnalysisCoverage inputCoverage = GrProcessorAnalysisCoverage::kNone; in test_color_not_opaque_no_coverage() local
454 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage); in test_color_not_opaque_no_coverage()
615 GrProcessorAnalysisCoverage inputCoverage = GrProcessorAnalysisCoverage::kSingleChannel; in test_color_opaque_with_coverage() local
619 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage); in test_color_opaque_with_coverage()
779 GrProcessorAnalysisCoverage inputCoverage = GrProcessorAnalysisCoverage::kNone; in test_color_opaque_no_coverage() local
783 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage); in test_color_opaque_no_coverage()