Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp351 String declString = in functionDeclaration() local
359 declString.append(separator); in functionDeclaration()
360 declString.append(this->modifierString(p->modifiers())); in functionDeclaration()
361 declString.append(this->typedVariable(p->type(), p->name()).c_str()); in functionDeclaration()
365 return declString + ")"; in functionDeclaration()