Lines Matching refs:fNeedsPerspective
637 fTexSubset.isInitialized(), fSampler.isInitialized(), fNeedsPerspective, fSaturate == Saturate::kYes,
650 b->addBool(fNeedsPerspective, "perspective");
700 if (gp.fNeedsPerspective) {
708 gp.fNeedsPerspective ? kFloat3_GrSLType
724 SkASSERT(gp.fCoverageMode != CoverageMode::kWithColor || !gp.fNeedsPerspective);
788 if (gp.fNeedsPerspective) {
877 fNeedsPerspective = spec.deviceDimensionality() == 3;
881 if (fNeedsPerspective) {
888 if (fNeedsPerspective) {
930 bool fNeedsPerspective;