Home
last modified time | relevance | path

Searched defs:usesMSAA (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/ops/
DPathTessellateOp.h54 bool usesMSAA() const override { return fAAType == GrAAType::kMSAA; } in usesMSAA() function
DStrokeTessellateOp.h48 bool usesMSAA() const override { return fAAType == GrAAType::kMSAA; } in usesMSAA() function
DGrDrawOp.h32 virtual bool usesMSAA() const { in usesMSAA() function
DOpsTask.cpp426 void OpsTask::addDrawOp(GrDrawingManager* drawingMgr, GrOp::Owner op, bool usesMSAA, in addDrawOp()
973 GrOp::Owner op, bool usesMSAA, GrProcessorSet::Analysis processorAnalysis, in recordOp()