Home
last modified time | relevance | path

Searched refs:fDoStencilMSAA (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/gpu/v1/
DPathRenderer.cpp105 (GrAA::kYes == args.fDoStencilMSAA) ? GrAAType::kMSAA : GrAAType::kNone, in onStencilPath()
DPathRenderer.h158 GrAA fDoStencilMSAA; member
DStencilMaskHelper.cpp331 args.fDoStencilMSAA = aa; in stencil_path()
DSurfaceDrawContext.cpp945 args.fDoStencilMSAA = doStencilMSAA; in stencilPath()
/third_party/skia/src/gpu/ops/
DTessellationPathRenderer.cpp201 GrAAType aaType = (GrAA::kYes == args.fDoStencilMSAA) ? GrAAType::kMSAA : GrAAType::kNone; in onStencilPath()
DDefaultPathRenderer.cpp811 auto aaType = (GrAA::kYes == args.fDoStencilMSAA) ? GrAAType::kMSAA : GrAAType::kNone; in onStencilPath()