Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/sksl/
DSkSLCPPCodeGenerator.h69 void writeRuntimeValue(const Type& type, const Layout& layout, const String& cppCode);
DSkSLCPPCodeGenerator.cpp181 void CPPCodeGenerator::writeRuntimeValue(const Type& type, const Layout& layout, in writeRuntimeValue() function in SkSL::CPPCodeGenerator
246 this->writeRuntimeValue(var.fType, var.fModifiers.fLayout, var.fName); in writeVarInitializer()
330 this->writeRuntimeValue(ref.fVariable.fType, ref.fVariable.fModifiers.fLayout, in writeVariableReference()
377 writeRuntimeValue(*field.fType, Layout(), cppAccess); in writeFieldAccess()
508 this->writeRuntimeValue(s.fType, Layout(), HCodeGenerator::FieldName(name).c_str()); in writeSetting()