Lines Matching refs:writeSection
129 bool HCodeGenerator::writeSection(const char* name, const char* prefix) { in writeSection() function in SkSL::HCodeGenerator
183 if (!this->writeSection(kMakeSection)) { in writeMake()
192 this->writeSection(kConstructorParamsSection, separator); in writeMake()
220 if (this->writeSection(kConstructorSection)) { in writeConstructor()
236 this->writeSection(kConstructorParamsSection, separator); in writeConstructor()
239 if (!this->writeSection(kOptimizationFlagsSection, ", (OptimizationFlags) ")) { in writeConstructor()
243 this->writeSection(kInitializersSection, "\n , "); in writeConstructor()
264 this->writeSection(kConstructorCodeSection); in writeConstructor()
291 this->writeSection(kFieldsSection); in writeFields()
331 this->writeSection(kHeaderSection); in generateCode()
343 this->writeSection(kClassSection); in generateCode()
369 this->writeSection(kHeaderEndSection); in generateCode()