Searched refs:writeRuntimeValue (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLCPPCodeGenerator.h | 65 void writeRuntimeValue(const Type& type, const Layout& layout, const String& cppCode);
|
D | SkSLCPPCodeGenerator.cpp | 144 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/ |
D | SkSLCPPCodeGenerator.h | 65 void writeRuntimeValue(const Type& type, const Layout& layout, const String& cppCode);
|
D | SkSLCPPCodeGenerator.cpp | 144 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()
|