Searched defs:writeRuntimeValue (Results 1 - 2 of 2) sorted by relevance

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

Completed in 81 milliseconds