Searched refs:GrGLSLExpr (Results 1 – 2 of 2) sorted by relevance
94 class GrGLSLExpr {117 GrGLSLExpr() in GrGLSLExpr() function124 explicit GrGLSLExpr(int v) { in GrGLSLExpr() function138 GrGLSLExpr(const char expr[]) { in GrGLSLExpr() function151 GrGLSLExpr(const SkString& expr) { in GrGLSLExpr() function162 GrGLSLExpr(const char format[], const char in0[]) in GrGLSLExpr() function168 GrGLSLExpr(const char format[], const char in0[], const char in1[]) in GrGLSLExpr() function225 class GrGLSLExpr1 : public GrGLSLExpr<GrGLSLExpr1> {259 friend class GrGLSLExpr<GrGLSLExpr1>; variable260 friend class GrGLSLExpr<GrGLSLExpr4>; variable[all …]
13 inline Self GrGLSLExpr<Self>::VectorCastImpl(const T& expr) { in VectorCastImpl()25 inline Self GrGLSLExpr<Self>::Mul(T0 in0, T1 in1) { in Mul()40 inline Self GrGLSLExpr<Self>::Add(T0 in0, T1 in1) { in Add()55 inline Self GrGLSLExpr<Self>::Sub(T0 in0, T1 in1) { in Sub()70 T GrGLSLExpr<Self>::extractComponents(const char format[]) const { in extractComponents()