Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLSL.cpp110 bool has0 = NULL != in0 && '\0' != *in0; in GrGLSLModulate4f() local
113 GrAssert(has0 || kNone_GrSLConstantVec != default0); in GrGLSLModulate4f()
116 if (!has0 && !has1) { in GrGLSLModulate4f()
127 } else if (!has0) { in GrGLSLModulate4f()
195 bool has0 = NULL != in0 && '\0' != *in0; in GrGLSLAdd4f() local
198 if (!has0 && !has1) { in GrGLSLAdd4f()
203 } else if (!has0) { in GrGLSLAdd4f()