Home
last modified time | relevance | path

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

/external/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp78 std::string typedVariable(const Type& type, std::string_view name);
387 declString.append(this->typedVariable(p->type(), p->name()).c_str()); in functionDeclaration()
412 this->typedVariable(var.type(), in writeGlobalVarDeclaration()
431 definition += this->typedVariable(*f.fType, f.fName) + ";\n"; in writeStructDefinition()
654 std::string PipelineStageCodeGenerator::typedVariable(const Type& type, std::string_view name) { in typedVariable() function in SkSL::PipelineStage::PipelineStageCodeGenerator
666 this->write(this->typedVariable(var.var().type(), var.var().name())); in writeVarDeclaration()