Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DOpsTask.cpp447 void OpsTask::addDrawOp(GrDrawingManager* drawingMgr, GrOp::Owner op, bool usesMSAA, in addDrawOp()
974 GrOp::Owner op, bool usesMSAA, GrProcessorSet::Analysis processorAnalysis, in recordOp()
H A DPathTessellateOp.h77 bool usesMSAA() const override { return fAAType == GrAAType::kMSAA; } in usesMSAA() function
H A DGrDrawOp.h38 virtual bool usesMSAA() const { in usesMSAA() function
H A DStrokeTessellateOp.h69 bool usesMSAA() const override { return fAAType == GrAAType::kMSAA; } in usesMSAA() function