Home
last modified time | relevance | path

Searched refs:fExpr (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSL.h142 SkASSERT(!fExpr.isEmpty()); // Empty expressions should not be used. in c_str()
143 return fExpr.c_str(); in c_str()
147 return kFullExpr_ExprType != fType || !fExpr.isEmpty(); in isValid()
168 fExpr.appendf(Self::CastIntStr(), v); in GrGLSLExpr()
180 fExpr = expr; in GrGLSLExpr()
193 fExpr = expr; in GrGLSLExpr()
201 fExpr.appendf(format, in0); in GrGLSLExpr()
207 fExpr.appendf(format, in0, in1); in GrGLSLExpr()
255 SkString fExpr; variable