Searched refs:apientryp (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | genvk.py | 193 apientryp = '*', 504 apientryp = 'VKAPI_PTR *', 546 apientryp = 'VKAPI_PTR *', 577 apientryp = 'VKAPI_PTR *', 605 apientryp = 'VKAPI_PTR *', 633 apientryp = 'VKAPI_PTR *', 661 apientryp = 'VKAPI_PTR *', 688 apientryp = 'VKAPI_PTR *', 721 apientryp = 'VKAPI_PTR *', 748 apientryp = 'VKAPI_PTR *', [all …]
|
D | schema_generator.py | 56 apientryp='', argument 92 self.apientryp = apientryp
|
D | cgenerator.py | 32 apientryp='', argument 124 self.apientryp = apientryp
|
D | docgenerator.py | 59 apientryp='', argument 113 self.apientryp = apientryp
|
D | json_h_generator.py | 56 apientryp='', argument
|
D | json_c_generator.py | 105 apientryp='', argument
|
D | json_generator.py | 270 apientryp='', argument
|
D | json_parser.py | 321 apientryp='', argument
|
D | generator.py | 1076 return '(' + self.genOpts.apientryp + 'PFN_' + name + tail + ')'
|