Home | History | Annotate | Download | only in gl

Lines Matching defs:GrGLSLExpr1

213 class GrGLSLExpr1;
217 class GrGLSLExpr1 : public GrGLSLExpr<GrGLSLExpr1> {
219 GrGLSLExpr1()
222 explicit GrGLSLExpr1(int v)
225 GrGLSLExpr1(const char* expr)
228 GrGLSLExpr1(const SkString& expr)
232 static GrGLSLExpr1 VectorCast(const GrGLSLExpr1& expr);
235 GrGLSLExpr1(const char format[], const char in0[])
238 GrGLSLExpr1(const char format[], const char in0[], const char in1[])
247 friend GrGLSLExpr1 operator*(const GrGLSLExpr1& in0, const GrGLSLExpr1&in1);
248 friend GrGLSLExpr1 operator+(const GrGLSLExpr1& in0, const GrGLSLExpr1&in1);
249 friend GrGLSLExpr1 operator-(const GrGLSLExpr1& in0, const GrGLSLExpr1&in1);
251 friend class GrGLSLExpr<GrGLSLExpr1>;
254 typedef GrGLSLExpr<GrGLSLExpr1> INHERITED;
273 typedef GrGLSLExpr1 AExpr;
277 static GrGLSLExpr4 VectorCast(const GrGLSLExpr1& expr);
294 friend GrGLSLExpr4 operator*(const GrGLSLExpr1& in0, const GrGLSLExpr4&in1);
295 friend GrGLSLExpr4 operator+(const GrGLSLExpr1& in0, const GrGLSLExpr4&in1);
296 friend GrGLSLExpr4 operator-(const GrGLSLExpr1& in0, const GrGLSLExpr4&in1);
297 friend GrGLSLExpr4 operator*(const GrGLSLExpr4& in0, const GrGLSLExpr1&in1);
298 friend GrGLSLExpr4 operator+(const GrGLSLExpr4& in0, const GrGLSLExpr1&in1);
299 friend GrGLSLExpr4 operator-(const GrGLSLExpr4& in0, const GrGLSLExpr1&in1);