Lines Matching refs:writeSection
122 bool HCodeGenerator::writeSection(const char* name, const char* prefix) { in writeSection() function in SkSL::HCodeGenerator
176 if (!this->writeSection(MAKE_SECTION)) { in writeMake()
185 this->writeSection(CONSTRUCTOR_PARAMS_SECTION, separator); in writeMake()
212 if (this->writeSection(CONSTRUCTOR_SECTION)) { in writeConstructor()
228 this->writeSection(CONSTRUCTOR_PARAMS_SECTION, separator); in writeConstructor()
231 if (!this->writeSection(OPTIMIZATION_FLAGS_SECTION, ", (OptimizationFlags) ")) { in writeConstructor()
235 this->writeSection(INITIALIZERS_SECTION, "\n , "); in writeConstructor()
267 this->writeSection(CONSTRUCTOR_CODE_SECTION); in writeConstructor()
289 this->writeSection(FIELDS_SECTION); in writeFields()
330 this->writeSection(HEADER_SECTION); in generateCode()
341 this->writeSection(CLASS_SECTION); in generateCode()
374 this->writeSection(HEADER_END_SECTION); in generateCode()