Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp328 SkASSERT(!coveragePOI.isFourChannelOutput()); in get_blend_formula()
337 SkASSERT(coveragePOI.isFourChannelOutput()); in get_lcd_blend_formula()
496 !optimizations.fCoveragePOI.isFourChannelOutput()) { in onGetOptimizations()
746 if (optimizations.fCoveragePOI.isFourChannelOutput()) { in onCreateXferProcessor()
811 if (optimizations.fCoveragePOI.isFourChannelOutput()) { in onWillReadDstColor()
863 if (!optimizations.fCoveragePOI.isFourChannelOutput() && in CreateSrcOverXferProcessor()
875 if (optimizations.fCoveragePOI.isFourChannelOutput()) { in CreateSrcOverXferProcessor()
910 if (optimizations.fCoveragePOI.isFourChannelOutput()) { in SrcOverWillNeedDstTexture()
DGrCustomXfermode.cpp65 if (opt.fCoveragePOI.isFourChannelOutput()) { in can_use_hw_blend_equation()
/external/skia/src/gpu/
DGrProcOptInfo.h46 bool isFourChannelOutput() const { return !fInOut.isSingleComponent() && in isFourChannelOutput() function
/external/skia/tests/
DGrPorterDuffTest.cpp105 SkASSERT(opt.fCoveragePOI.isFourChannelOutput()); in test_lcd_coverage()
297 SkASSERT(!optimizations.fCoveragePOI.isFourChannelOutput()); in test_color_unknown_with_coverage()
491 SkASSERT(!optimizations.fCoveragePOI.isFourChannelOutput()); in test_color_unknown_no_coverage()
695 SkASSERT(!optimizations.fCoveragePOI.isFourChannelOutput()); in test_color_opaque_with_coverage()
894 SkASSERT(!optimizations.fCoveragePOI.isFourChannelOutput()); in test_color_opaque_no_coverage()
1122 SkASSERT(covPOI.isFourChannelOutput()); in test_lcd_coverage_fallback_case()