Home
last modified time | relevance | path

Searched refs:appendSection (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dcgenerator.py303 def appendSection(self, section, text): member in COutputGenerator
357 self.appendSection(section, body)
451 self.appendSection('struct', body)
474 self.appendSection(section, body)
479 self.appendSection(section, '\n' + body)
490 self.appendSection('enum', body)
505 self.appendSection('command', prefix + decls[0] + '\n')
507 self.appendSection('commandPointer', decls[1])
Dschema_generator.py163 def appendSection(self, section, text): member in SchemaOutputGenerator
203 self.appendSection(section, body)
283 self.appendSection('struct', body)
293 self.appendSection(section, body)
Djson_c_generator.py255 def appendSection(self, section, text, extension): member in JSONCOutputGenerator
373 self.appendSection(section, body, extension)
615 self.appendSection('struct', body, extension)
659 self.appendSection(section, body, extension)
Djson_generator.py567 def appendSection(self, section, text): member in JSONOutputGenerator
688 self.appendSection(section, body)
954 self.appendSection('struct', body)
982 self.appendSection(section, body)
Djson_parser.py587 def appendSection(self, section, text): member in JSONParserGenerator
713 self.appendSection(section, body)
981 self.appendSection('struct', body)
1020 self.appendSection(section, body)