Searched refs:hasMixedSamples (Results 1 - 11 of 11) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrPorterDuffXferProcessor.h28 bool hasMixedSamples,
51 bool hasMixedSamples,
H A DGrCoverageSetOpXP.h35 bool hasMixedSamples,
H A DGrDisableColorXP.h35 bool hasMixedSamples,
H A DGrDisableColorXP.cpp91 bool hasMixedSamples,
88 onCreateXferProcessor( const GrCaps& caps, const FragmentProcessorAnalysis& analysis, bool hasMixedSamples, const DstTexture* dst) const argument
H A DGrCustomXfermode.cpp81 CustomXP(const DstTexture* dstTexture, bool hasMixedSamples, SkBlendMode mode) argument
82 : INHERITED(dstTexture, true, hasMixedSamples),
327 bool hasMixedSamples,
347 bool hasMixedSamples,
354 return new CustomXP(dstTexture, hasMixedSamples, fMode);
345 onCreateXferProcessor(const GrCaps& caps, const FragmentProcessorAnalysis& analysis, bool hasMixedSamples, const DstTexture* dstTexture) const argument
H A DGrCoverageSetOpXP.cpp232 bool hasMixedSamples,
237 if (fInvertCoverage && hasMixedSamples) {
250 bool invertCoverage = !d->fRenderTargetContext->hasMixedSamples() && d->fRandom->nextBool();
229 onCreateXferProcessor( const GrCaps& caps, const FragmentProcessorAnalysis& analysis, bool hasMixedSamples, const DstTexture* dst) const argument
H A DGrPorterDuffXferProcessor.cpp324 bool hasMixedSamples,
327 bool conflatesCoverage = hasCoverage || hasMixedSamples;
471 bool hasMixedSamples,
473 : INHERITED(dstTexture, true, hasMixedSamples)
735 bool hasMixedSamples,
750 hasMixedSamples, fBlendMode);
754 return new ShaderPDXferProcessor(dstTexture, hasMixedSamples, fBlendMode);
833 bool hasMixedSamples,
860 return new ShaderPDXferProcessor(dstTexture, hasMixedSamples, SkBlendMode::kSrcOver);
/external/skia/src/gpu/
H A DGrXferProcessor.cpp20 bool hasMixedSamples)
22 , fDstReadUsesMixedSamples(willReadDstColor && hasMixedSamples)
206 bool hasMixedSamples,
219 SkASSERT(!hasMixedSamples || caps.shaderCaps()->dualSourceBlendingSupport());
221 return this->onCreateXferProcessor(caps, analysis, hasMixedSamples, dstTexture);
18 GrXferProcessor(const DstTexture* dstTexture, bool willReadDstColor, bool hasMixedSamples) argument
205 createXferProcessor(const FragmentProcessorAnalysis& analysis, bool hasMixedSamples, const DstTexture* dstTexture, const GrCaps& caps) const argument
H A DGrXferProcessor.h222 GrXferProcessor(const DstTexture*, bool willReadDstColor, bool hasMixedSamples);
304 bool hasMixedSamples,
331 bool hasMixedSamples,
H A DGrPipeline.cpp55 bool hasMixedSamples = args.fRenderTarget->isMixedSampled() && (isHWAA || isStencilEnabled()); local
59 xferProcessor.reset(xpFactory->createXferProcessor(*args.fAnalysis, hasMixedSamples,
65 *args.fCaps, *args.fAnalysis, hasMixedSamples, &args.fDstTexture));
H A DGrRenderTargetContext.h347 bool hasMixedSamples() const { return fRenderTargetProxy->isMixedSampled(); } function in class:GrRenderTargetContext

Completed in 312 milliseconds