Home
last modified time | relevance | path

Searched refs:usesMSAA (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DOpsTask.h78 void addDrawOp(GrDrawingManager*, GrOp::Owner, bool usesMSAA, const GrProcessorSet::Analysis&,
139 void recordOp(GrOp::Owner, bool usesMSAA, GrProcessorSet::Analysis, GrAppliedClip*,
H A DGrDrawOp.h32 virtual bool usesMSAA() const { in usesMSAA() function in GrDrawOp
96 * DEPRECATED: This is a legacy implementation for usesMSAA() and usesStencil(). Newer ops
108 // Override usesMSAA() and usesStencil() instead. in fixedFunctionFlags()
H A DStrokeTessellateOp.h48 bool usesMSAA() const override { return fAAType == GrAAType::kMSAA; }
H A DPathTessellateOp.h54 bool usesMSAA() const override { return fAAType == GrAAType::kMSAA; }
H A DOpsTask.cpp422 this->recordOp(std::move(op), false/*usesMSAA*/, GrProcessorSet::EmptySetAnalysis(), nullptr, in addOp()
426 void OpsTask::addDrawOp(GrDrawingManager* drawingMgr, GrOp::Owner op, bool usesMSAA, in addDrawOp() argument
453 this->recordOp(std::move(op), usesMSAA, processorAnalysis, clip.doesClip() ? &clip : nullptr, in addDrawOp() local
973 GrOp::Owner op, bool usesMSAA, GrProcessorSet::Analysis processorAnalysis, in recordOp()
983 if (proxy->asRenderTargetProxy()->numSamples() == 1 && usesMSAA) { in recordOp()
992 fUsesMSAASurface |= usesMSAA; in recordOp()
972 recordOp( GrOp::Owner op, bool usesMSAA, GrProcessorSet::Analysis processorAnalysis, GrAppliedClip* clip, const GrDstProxyView* dstProxyView, const GrCaps& caps) recordOp() argument
/third_party/skia/src/gpu/v1/
H A DSurfaceFillContext_v1.cpp92 op->usesMSAA(), in addDrawOp()
H A DSurfaceDrawContext.cpp1917 const bool opUsesMSAA = drawOp->usesMSAA(); in addDrawOp()

Completed in 11 milliseconds