• Home
  • Raw
  • Download

Lines Matching refs:inputCoverage

81                GrProcessorAnalysisColor inputColor, GrProcessorAnalysisCoverage inputCoverage) {  in XPInfo()
84 bool isLCD = GrProcessorAnalysisCoverage::kLCD == inputCoverage; in XPInfo()
86 GrProcessorSet::Analysis analysis = do_analysis(xpf, inputColor, inputCoverage, caps); in XPInfo()
90 GrXPFactory::MakeXferProcessor(xpf, inputColor, inputCoverage, false, caps, in XPInfo()
124 GrProcessorAnalysisCoverage inputCoverage = GrProcessorAnalysisCoverage::kLCD; in test_lcd_coverage() local
128 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage); in test_lcd_coverage()
288 GrProcessorAnalysisCoverage inputCoverage = GrProcessorAnalysisCoverage::kSingleChannel; in test_color_unknown_with_coverage() local
292 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage); in test_color_unknown_with_coverage()
454 GrProcessorAnalysisCoverage inputCoverage = GrProcessorAnalysisCoverage::kNone; in test_color_not_opaque_no_coverage() local
458 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage); in test_color_not_opaque_no_coverage()
619 GrProcessorAnalysisCoverage inputCoverage = GrProcessorAnalysisCoverage::kSingleChannel; in test_color_opaque_with_coverage() local
623 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage); in test_color_opaque_with_coverage()
783 GrProcessorAnalysisCoverage inputCoverage = GrProcessorAnalysisCoverage::kNone; in test_color_opaque_no_coverage() local
787 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage); in test_color_opaque_no_coverage()