Home
last modified time | relevance | path

Searched refs:hasMixedSamples (Results 1 – 13 of 13) sorted by relevance

/external/skqp/src/gpu/
DGrXferProcessor.cpp19 GrXferProcessor::GrXferProcessor(ClassID classID, bool willReadDstColor, bool hasMixedSamples, in GrXferProcessor() argument
23 , fDstReadUsesMixedSamples(willReadDstColor && hasMixedSamples) in GrXferProcessor()
188 bool hasMixedSamples, in MakeXferProcessor() argument
190 SkASSERT(!hasMixedSamples || caps.shaderCaps()->dualSourceBlendingSupport()); in MakeXferProcessor()
192 return factory->makeXferProcessor(color, coverage, hasMixedSamples, caps); in MakeXferProcessor()
194 return GrPorterDuffXPFactory::MakeSrcOverXferProcessor(color, coverage, hasMixedSamples, in MakeXferProcessor()
DGrXferProcessor.h192 GrXferProcessor(ClassID classID, bool willReadDstColor, bool hasMixedSamples,
288 bool hasMixedSamples,
302 bool hasMixedSamples,
DGrRenderTarget.cpp27 SkASSERT(!this->hasMixedSamples() || fSampleCnt > 1); in GrRenderTarget()
/external/skqp/include/private/
DGrRenderTargetProxy.h31 SkASSERT(!this->hasMixedSamples()); in fsaaType()
34 return this->hasMixedSamples() ? GrFSAAType::kMixedSamples : GrFSAAType::kUnifiedMSAA; in fsaaType()
99 bool hasMixedSamples() const { return fSurfaceFlags & GrInternalSurfaceFlags::kMixedSampled; } in hasMixedSamples() function
/external/skqp/src/gpu/effects/
DGrPorterDuffXferProcessor.h32 bool hasMixedSamples,
51 bool hasMixedSamples,
DGrCustomXfermode.cpp82 CustomXP(bool hasMixedSamples, SkBlendMode mode, GrProcessorAnalysisCoverage coverage) in CustomXP() argument
83 : INHERITED(kCustomXP_ClassID, true, hasMixedSamples, coverage) in CustomXP()
222 bool hasMixedSamples,
246 bool hasMixedSamples, in makeXferProcessor() argument
252 return sk_sp<GrXferProcessor>(new CustomXP(hasMixedSamples, fMode, coverage)); in makeXferProcessor()
DGrPorterDuffXferProcessor.cpp383 bool hasMixedSamples, in get_blend_formula() argument
386 bool conflatesCoverage = hasCoverage || hasMixedSamples; in get_blend_formula()
510 ShaderPDXferProcessor(bool hasMixedSamples, SkBlendMode xfermode, in ShaderPDXferProcessor() argument
512 : INHERITED(kShaderPDXferProcessor_ClassID, true, hasMixedSamples, coverage) in ShaderPDXferProcessor()
762 bool hasMixedSamples, const GrCaps& caps) const { in makeXferProcessor() argument
778 hasMixedSamples, fBlendMode); in makeXferProcessor()
783 return sk_sp<const GrXferProcessor>(new ShaderPDXferProcessor(hasMixedSamples, fBlendMode, in makeXferProcessor()
885 bool hasMixedSamples, const GrCaps& caps) { in MakeSrcOverXferProcessor() argument
922 new ShaderPDXferProcessor(hasMixedSamples, SkBlendMode::kSrcOver, coverage)); in MakeSrcOverXferProcessor()
DGrCoverageSetOpXP.cpp213 bool hasMixedSamples, in makeXferProcessor() argument
218 if (fInvertCoverage && hasMixedSamples) { in makeXferProcessor()
DGrDisableColorXP.h40 bool hasMixedSamples,
DGrCoverageSetOpXP.h39 bool hasMixedSamples,
DGrDisableColorXP.cpp81 bool hasMixedSamples, in makeXferProcessor() argument
/external/skqp/include/gpu/
DGrRenderTarget.h41 SkASSERT(!this->hasMixedSamples()); in fsaaType()
44 return this->hasMixedSamples() ? GrFSAAType::kMixedSamples : GrFSAAType::kUnifiedMSAA; in fsaaType()
DGrSurface.h79 bool hasMixedSamples() const { return fSurfaceFlags & GrInternalSurfaceFlags::kMixedSampled; } in hasMixedSamples() function