Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp70 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::PipelineStageCodeGenerator
571 this->write(this->typedVariable(var.var().type(), var.var().name())); in writeVarDeclaration()