HomeSort by relevance Sort by last modified time
    Searched refs:hasMixedSamples (Results 1 - 11 of 11) sorted by null

  /external/skia/src/gpu/effects/
GrPorterDuffXferProcessor.h 28 bool hasMixedSamples,
51 bool hasMixedSamples,
GrCoverageSetOpXP.h 35 bool hasMixedSamples,
GrDisableColorXP.h 35 bool hasMixedSamples,
GrDisableColorXP.cpp 91 bool hasMixedSamples,
GrCustomXfermode.cpp 81 CustomXP(const DstTexture* dstTexture, bool hasMixedSamples, SkBlendMode mode)
82 : INHERITED(dstTexture, true, hasMixedSamples),
327 bool hasMixedSamples,
347 bool hasMixedSamples,
354 return new CustomXP(dstTexture, hasMixedSamples, fMode);
GrCoverageSetOpXP.cpp 232 bool hasMixedSamples,
237 if (fInvertCoverage && hasMixedSamples) {
250 bool invertCoverage = !d->fRenderTargetContext->hasMixedSamples() && d->fRandom->nextBool();
GrPorterDuffXferProcessor.cpp 324 bool hasMixedSamples,
327 bool conflatesCoverage = hasCoverage || hasMixedSamples;
471 bool hasMixedSamples,
473 : INHERITED(dstTexture, true, hasMixedSamples)
735 bool hasMixedSamples,
    [all...]
  /external/skia/src/gpu/
GrXferProcessor.cpp 20 bool hasMixedSamples)
22 , fDstReadUsesMixedSamples(willReadDstColor && hasMixedSamples)
206 bool hasMixedSamples,
219 SkASSERT(!hasMixedSamples || caps.shaderCaps()->dualSourceBlendingSupport());
221 return this->onCreateXferProcessor(caps, analysis, hasMixedSamples, dstTexture);
GrXferProcessor.h 222 GrXferProcessor(const DstTexture*, bool willReadDstColor, bool hasMixedSamples);
304 bool hasMixedSamples,
331 bool hasMixedSamples,
GrPipeline.cpp 55 bool hasMixedSamples = args.fRenderTarget->isMixedSampled() && (isHWAA || isStencilEnabled());
59 xferProcessor.reset(xpFactory->createXferProcessor(*args.fAnalysis, hasMixedSamples,
65 *args.fCaps, *args.fAnalysis, hasMixedSamples, &args.fDstTexture));
GrRenderTargetContext.h 347 bool hasMixedSamples() const { return fRenderTargetProxy->isMixedSampled(); }

Completed in 382 milliseconds