Home | History | Annotate | Download | only in glsl

Lines Matching refs:fType

133     bool isOnes() const { return kOnes_ExprType == fType; }
134 bool isZeros() const { return kZeros_ExprType == fType; }
137 if (kZeros_ExprType == fType) {
139 } else if (kOnes_ExprType == fType) {
147 return kFullExpr_ExprType != fType || !fExpr.isEmpty();
155 : fType(kFullExpr_ExprType) {
163 fType = kZeros_ExprType;
165 fType = kOnes_ExprType;
167 fType = kFullExpr_ExprType;
177 fType = kOnes_ExprType;
179 fType = kFullExpr_ExprType;
190 fType = kOnes_ExprType;
192 fType = kFullExpr_ExprType;
200 : fType(kFullExpr_ExprType) {
206 : fType(kFullExpr_ExprType) {
254 ExprType fType;