Lines Matching refs:format
150 GrGLSLExpr(const char format[], const char in0[])
152 fExpr.appendf(format, in0);
156 GrGLSLExpr(const char format[], const char in0[], const char in1[])
158 fExpr.appendf(format, in0, in1);
196 * format should be the form "%s.x" where 'x' is the component(s) to access.
198 * format string is equal to dim(T).
201 T extractComponents(const char format[]) const;
235 GrGLSLExpr1(const char format[], const char in0[])
236 : INHERITED(format, in0) {
238 GrGLSLExpr1(const char format[], const char in0[], const char in1[])
239 : INHERITED(format, in0, in1) {
281 GrGLSLExpr4(const char format[], const char in0[])
282 : INHERITED(format, in0) {
284 GrGLSLExpr4(const char format[], const char in0[], const char in1[])
285 : INHERITED(format, in0, in1) {