Lines Matching refs:fHelper
111 : INHERITED(ClassID()), fHelper(processorSet, GrAAType::kCoverage, stencilSettings) {
137 fHelper.visitProxies(func);
141 FixedFunctionFlags fixedFunctionFlags() const override { return fHelper.fixedFunctionFlags(); }
145 return fHelper.finalizeProcessors(caps, clip, clampType,
162 fHelper.compatibleWithCoverageAsAlpha(),
163 fHelper.usesLocalCoords(),
170 fProgramInfo = fHelper.createProgramInfoWithStencil(caps, arena, writeView, usesMSAASurface,
262 if (fHelper.usesLocalCoords()) {
296 if (!fHelper.isCompatible(that->fHelper, caps, this->bounds(), that->bounds())) {
315 string += fHelper.dumpInfo();
331 Helper fHelper;