Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLSL.h86 class GrGLSLExpr {
105 GrGLSLExpr() in GrGLSLExpr() function
112 explicit GrGLSLExpr(int v) { in GrGLSLExpr() function
126 GrGLSLExpr(const char expr[]) { in GrGLSLExpr() function
139 GrGLSLExpr(const SkString& expr) { in GrGLSLExpr() function
150 GrGLSLExpr(const char format[], const char in0[]) in GrGLSLExpr() function
156 GrGLSLExpr(const char format[], const char in0[], const char in1[]) in GrGLSLExpr() function
217 class GrGLSLExpr1 : public GrGLSLExpr<GrGLSLExpr1> {
251 friend class GrGLSLExpr<GrGLSLExpr1>; variable
252 friend class GrGLSLExpr<GrGLSLExpr4>; variable
[all …]
DGrGLSL_impl.h13 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()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLSL.h86 class GrGLSLExpr {
105 GrGLSLExpr() in GrGLSLExpr() function
112 explicit GrGLSLExpr(int v) { in GrGLSLExpr() function
126 GrGLSLExpr(const char expr[]) { in GrGLSLExpr() function
139 GrGLSLExpr(const SkString& expr) { in GrGLSLExpr() function
150 GrGLSLExpr(const char format[], const char in0[]) in GrGLSLExpr() function
156 GrGLSLExpr(const char format[], const char in0[], const char in1[]) in GrGLSLExpr() function
217 class GrGLSLExpr1 : public GrGLSLExpr<GrGLSLExpr1> {
251 friend class GrGLSLExpr<GrGLSLExpr1>; variable
252 friend class GrGLSLExpr<GrGLSLExpr4>; variable
[all …]
DGrGLSL_impl.h13 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()