Home
last modified time | relevance | path

Searched refs:APIConventions (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dapiconventions.py19 from vkconventions import VulkanSCConventions as APIConventions unknown
21 from vkconventions import VulkanConventions as APIConventions unknown
DindexExt.py13 from apiconventions import APIConventions
32 if APIConventions().xml_api_name == 'vulkansc':
73 if APIConventions().xml_api_name in supported.split(','):
Dextdependency.py14 from apiconventions import APIConventions
101 conventions = APIConventions()
181 default=APIConventions().registry_path,
182 … help='Use specified registry file instead of ' + APIConventions().registry_path)
Ddoctransformer.py19 from apiconventions import APIConventions
20 conventions = APIConventions()
Dreflow.py41 from apiconventions import APIConventions
42 conventions = APIConventions()
Dgenvk.py41 from apiconventions import APIConventions
156 conventions = APIConventions()
1074 default=APIConventions().xml_api_name,
Dxml_consistency.py21 from apiconventions import APIConventions
207 conventions = APIConventions()
DgenRef.py22 from apiconventions import APIConventions
928 conventions = APIConventions()
Dreg.py16 from apiconventions import APIConventions
415 self.genOpts = GeneratorOptions(apiname = APIConventions().xml_api_name)