Searched refs:GrGLSLExpr (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLSL.h | 86 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 …]
|
D | GrGLSL_impl.h | 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()
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLSL.h | 86 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 …]
|
D | GrGLSL_impl.h | 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()
|