Searched refs:printPageInfoField (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | reflib.py | 160 def printPageInfoField(desc, line, file): function 182 printPageInfoField('BEGIN ', pi.begin, file) 183 printPageInfoField('INCLUDE ', pi.include, file) 184 printPageInfoField('PARAM ', pi.param, file) 185 printPageInfoField('BODY ', pi.body, file) 186 printPageInfoField('VALIDITY', pi.validity, file) 187 printPageInfoField('END ', pi.end, file)
|