Searched refs:fExpr (Results 1 – 2 of 2) sorted by relevance
97 SkASSERT(!fExpr.isEmpty()); // Empty expressions should not be used. in c_str()98 return fExpr.c_str(); in c_str()119 fExpr.appendf(Self::CastIntStr(), v); in GrGLSLExpr()131 fExpr = expr; in GrGLSLExpr()144 fExpr = expr; in GrGLSLExpr()152 fExpr.appendf(format, in0); in GrGLSLExpr()158 fExpr.appendf(format, in0, in1); in GrGLSLExpr()162 return kFullExpr_ExprType != fType || !fExpr.isEmpty(); in isValid()210 SkString fExpr; variable