Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLCPPCodeGenerator.cpp136 void CPPCodeGenerator::writeRuntimeValue(const Type& type, const String& cppCode) { in writeRuntimeValue() function in SkSL::CPPCodeGenerator
158 this->writeRuntimeValue(var.fType, var.fName); in writeVarInitializer()
220 this->writeRuntimeValue(ref.fVariable.fType, in writeVariableReference()
291 this->writeRuntimeValue(s.fType, HCodeGenerator::FieldName(name).c_str()); in writeSetting()
DSkSLCPPCodeGenerator.h59 void writeRuntimeValue(const Type& type, const String& cppCode);