Searched refs:typedVariable (Results 1 – 1 of 1) sorted by relevance
70 String typedVariable(const Type& type, StringFragment name);319 this->typedVariable(var.type(), StringFragment(mangledName.c_str())); in writeGlobalVarDeclaration()337 definition += this->typedVariable(*f.fType, f.fName) + ";\n"; in writeStructDefinition()559 String PipelineStageCodeGenerator::typedVariable(const Type& type, StringFragment name) { in typedVariable() function in SkSL::PipelineStage::PipelineStageCodeGenerator571 this->write(this->typedVariable(var.var().type(), var.var().name())); in writeVarDeclaration()