Searched refs:GrAATypeIsHW (Results 1 – 8 of 8) sorted by relevance
23 if (GrAATypeIsHW(aaType)) { in GrSimpleMeshDrawOpHelper()38 return GrAATypeIsHW((this->aaType())) ? GrDrawOp::FixedFunctionFlags::kUsesHWAA in fixedFunctionFlags()
27 if (GrAATypeIsHW(fAAType)) { in fixedFunctionFlags()
44 if (GrAATypeIsHW(fAAType)) { in pipelineInitArgs()
110 GrAATypeIsHW(args.fAAType), true, &appliedClip, &devBounds)) { in onDrawPath()
26 if (GrAATypeIsHW(aaType)) { in GrSimpleMeshDrawOpHelper()38 return GrAATypeIsHW(this->aaType()) ? GrDrawOp::FixedFunctionFlags::kUsesHWAA in fixedFunctionFlags()
290 static inline bool GrAATypeIsHW(GrAAType type) { in GrAATypeIsHW() function
227 static constexpr bool GrAATypeIsHW(GrAAType type) { in GrAATypeIsHW() function
811 bool useHWAA = GrAATypeIsHW(aaType); in stencilPath()