Lines Matching refs:inputCoverage
76 GrProcessorAnalysisColor inputColor, GrProcessorAnalysisCoverage inputCoverage) { in XPInfo()
79 bool isLCD = GrProcessorAnalysisCoverage::kLCD == inputCoverage; in XPInfo()
81 GrProcessorSet::Analysis analysis = do_analysis(xpf, inputColor, inputCoverage, caps); in XPInfo()
85 GrXPFactory::MakeXferProcessor(xpf, inputColor, inputCoverage, false, caps)); in XPInfo()
118 GrProcessorAnalysisCoverage inputCoverage = GrProcessorAnalysisCoverage::kLCD; in test_lcd_coverage() local
122 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage); in test_lcd_coverage()
282 GrProcessorAnalysisCoverage inputCoverage = GrProcessorAnalysisCoverage::kSingleChannel; in test_color_unknown_with_coverage() local
286 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage); in test_color_unknown_with_coverage()
448 GrProcessorAnalysisCoverage inputCoverage = GrProcessorAnalysisCoverage::kNone; in test_color_not_opaque_no_coverage() local
452 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage); in test_color_not_opaque_no_coverage()
613 GrProcessorAnalysisCoverage inputCoverage = GrProcessorAnalysisCoverage::kSingleChannel; in test_color_opaque_with_coverage() local
617 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage); in test_color_opaque_with_coverage()
777 GrProcessorAnalysisCoverage inputCoverage = GrProcessorAnalysisCoverage::kNone; in test_color_opaque_no_coverage() local
781 const GrPorterDuffTest::XPInfo xpi(reporter, xfermode, caps, inputColor, inputCoverage); in test_color_opaque_no_coverage()