Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrShaderUtils.cpp66 } else if (this->hasToken("#") || this->hasToken("//")) { in prettify()
68 } else if (this->hasToken("/*")) { in prettify()
80 } else if (this->hasToken(")")) { in prettify()
82 } else if (this->hasToken("(")) { in prettify()
84 } else if (!parensDepth && this->hasToken(";")) { in prettify()
106 bool hasToken(const char* token) { in hasToken() function in GrShaderUtils::GLSLPrettyPrint
146 if (this->hasToken(token)) { in parseUntil()
/third_party/skia/src/gpu/
DGrShaderUtils.cpp66 } else if (this->hasToken("#") || this->hasToken("//")) { in prettify()
68 } else if (this->hasToken("/*")) { in prettify()
80 } else if (this->hasToken(")")) { in prettify()
82 } else if (this->hasToken("(")) { in prettify()
84 } else if (!parensDepth && this->hasToken(";")) { in prettify()
106 bool hasToken(const char* token) { in hasToken() function in GrShaderUtils::GLSLPrettyPrint
146 if (this->hasToken(token)) { in parseUntil()