Home | History | Annotate | Download | only in gl

Lines Matching full:appendf

58             outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in1);
66 outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in0);
70 outAppend->appendf("%s((%s) * (%s))", GrGLSLFloatVectorTypeString(N), in0, in1);
99 outAppend->appendf("%s(2)", GrGLSLFloatVectorTypeString(N));
105 outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in1);
107 outAppend->appendf("%s(%s) + %s",
116 outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in0);
118 outAppend->appendf("%s(%s) + %s",
125 outAppend->appendf("(%s(%s) + %s(%s))",
152 outAppend->appendf("%s(-1)", GrGLSLFloatVectorTypeString(N));
163 outAppend->appendf("-%s(%s)", GrGLSLFloatVectorTypeString(N), in1);
165 outAppend->appendf("%s - %s(%s)",
174 outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in0);
176 outAppend->appendf("%s(%s) - %s",
183 outAppend->appendf("(%s(%s) - %s(%s))",