Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dreg.py18 def apiNameMatch(str, supported): function
185 if apiNameMatch(apiName, api):
188 elif not apiNameMatch(apiName, api):
1588 if apiNameMatch(self.genOpts.apiname, api):
1627 if apiNameMatch(self.genOpts.defaultExtensions,
1639 if not apiNameMatch(self.genOpts.apiname, ei.elem.get('supported')):