Searched refs:GrAATypeIsHW (Results 1 – 8 of 8) sorted by relevance
24 if (GrAATypeIsHW(aaType)) { in GrSimpleMeshDrawOpHelper()36 return GrAATypeIsHW((this->aaType())) ? GrDrawOp::FixedFunctionFlags::kUsesHWAA in fixedFunctionFlags()
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()
290 static inline bool GrAATypeIsHW(GrAAType type) { in GrAATypeIsHW() function
226 static constexpr bool GrAATypeIsHW(GrAAType type) { in GrAATypeIsHW() function
811 bool useHWAA = GrAATypeIsHW(aaType); in stencilPath()