Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLCPPCodeGenerator.h65 void writeRuntimeValue(const Type& type, const Layout& layout, const String& cppCode);
DSkSLCPPCodeGenerator.cpp144 void CPPCodeGenerator::writeRuntimeValue(const Type& type, const Layout& layout, in writeRuntimeValue() function in SkSL::CPPCodeGenerator
194 this->writeRuntimeValue(var.fType, var.fModifiers.fLayout, var.fName); in writeVarInitializer()
270 this->writeRuntimeValue(ref.fVariable.fType, ref.fVariable.fModifiers.fLayout, in writeVariableReference()
357 this->writeRuntimeValue(s.fType, Layout(), HCodeGenerator::FieldName(name).c_str()); in writeSetting()
/external/skqp/src/sksl/
DSkSLCPPCodeGenerator.h65 void writeRuntimeValue(const Type& type, const Layout& layout, const String& cppCode);
DSkSLCPPCodeGenerator.cpp144 void CPPCodeGenerator::writeRuntimeValue(const Type& type, const Layout& layout, in writeRuntimeValue() function in SkSL::CPPCodeGenerator
194 this->writeRuntimeValue(var.fType, var.fModifiers.fLayout, var.fName); in writeVarInitializer()
270 this->writeRuntimeValue(ref.fVariable.fType, ref.fVariable.fModifiers.fLayout, in writeVariableReference()
357 this->writeRuntimeValue(s.fType, Layout(), HCodeGenerator::FieldName(name).c_str()); in writeSetting()