Searched refs:fDoStencilMSAA (Results 1 – 6 of 6) sorted by relevance
105 (GrAA::kYes == args.fDoStencilMSAA) ? GrAAType::kMSAA : GrAAType::kNone, in onStencilPath()
158 GrAA fDoStencilMSAA; member
331 args.fDoStencilMSAA = aa; in stencil_path()
945 args.fDoStencilMSAA = doStencilMSAA; in stencilPath()
201 GrAAType aaType = (GrAA::kYes == args.fDoStencilMSAA) ? GrAAType::kMSAA : GrAAType::kNone; in onStencilPath()
811 auto aaType = (GrAA::kYes == args.fDoStencilMSAA) ? GrAAType::kMSAA : GrAAType::kNone; in onStencilPath()