Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCCCoverageProcessor_GSImpl.cpp23 virtual bool hasCoverage() const { return false; } in hasCoverage() function in GrCCCoverageProcessor::GSImpl
73 if (this->hasCoverage()) { in emitGeometryShader()
130 bool hasCoverage() const override { return true; } in hasCoverage() function in GrCCCoverageProcessor::GSTriangleHullImpl
293 bool hasCoverage() const override { return true; } in hasCoverage() function in GrCCCoverageProcessor::GSCornerImpl
/external/skqp/src/gpu/ccpr/
DGrCCCoverageProcessor_GSImpl.cpp23 virtual bool hasCoverage() const { return false; } in hasCoverage() function in GrCCCoverageProcessor::GSImpl
73 if (this->hasCoverage()) { in emitGeometryShader()
130 bool hasCoverage() const override { return true; } in hasCoverage() function in GrCCCoverageProcessor::GSTriangleHullImpl
293 bool hasCoverage() const override { return true; } in hasCoverage() function in GrCCCoverageProcessor::GSCornerImpl
/external/skqp/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp382 bool hasCoverage, in get_blend_formula() argument
386 bool conflatesCoverage = hasCoverage || hasMixedSamples; in get_blend_formula()
794 bool hasCoverage = GrProcessorAnalysisCoverage::kNone != coverage; in analysis_properties() local
800 formula = gBlendTable[color.isOpaque()][hasCoverage][(int)mode]; in analysis_properties()
/external/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp382 bool hasCoverage, in get_blend_formula() argument
386 bool conflatesCoverage = hasCoverage || hasMixedSamples; in get_blend_formula()
797 bool hasCoverage = GrProcessorAnalysisCoverage::kNone != coverage; in analysis_properties() local
803 formula = gBlendTable[color.isOpaque()][hasCoverage][(int)mode]; in analysis_properties()