Searched refs:apientry (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | genvk.py | 192 apientry = '', 503 apientry = 'VKAPI_CALL ', 545 apientry = 'VKAPI_CALL ', 576 apientry = 'VKAPI_CALL ', 604 apientry = 'VKAPI_CALL ', 632 apientry = 'VKAPI_CALL ', 660 apientry = 'VKAPI_CALL ', 687 apientry = 'VKAPI_CALL ', 720 apientry = 'VKAPI_CALL ', 747 apientry = 'VKAPI_CALL ', [all …]
|
D | schema_generator.py | 55 apientry='', argument 89 self.apientry = apientry
|
D | cgenerator.py | 31 apientry='', argument 121 self.apientry = apientry 348 body += self.genOpts.apientry + noneStr(elem.tail)
|
D | docgenerator.py | 58 apientry='', argument 110 self.apientry = apientry 360 body += self.genOpts.apientry + noneStr(elem.tail)
|
D | json_h_generator.py | 55 apientry='', argument
|
D | json_c_generator.py | 104 apientry='', argument
|
D | json_generator.py | 269 apientry='', argument
|
D | json_parser.py | 320 apientry='', argument
|
D | generator.py | 1070 return self.genOpts.apientry + name + tail
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/ |
D | registry.rnc | 108 # <apientry /> - substitutes for an APIENTRY-style macro on output 168 element apientry { text } ? ,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | registry.adoc | 691 * tag:apientry/ - insert a platform calling convention macro here during
|