Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLSL.h94 class GrGLSLExpr {
117 GrGLSLExpr() in GrGLSLExpr() function
124 explicit GrGLSLExpr(int v) { in GrGLSLExpr() function
138 GrGLSLExpr(const char expr[]) { in GrGLSLExpr() function
151 GrGLSLExpr(const SkString& expr) { in GrGLSLExpr() function
162 GrGLSLExpr(const char format[], const char in0[]) in GrGLSLExpr() function
168 GrGLSLExpr(const char format[], const char in0[], const char in1[]) in GrGLSLExpr() function
225 class GrGLSLExpr1 : public GrGLSLExpr<GrGLSLExpr1> {
259 friend class GrGLSLExpr<GrGLSLExpr1>; variable
260 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()