Searched refs:apiNameMatch (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reg.py | 18 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')):
|
/third_party/vulkan-headers/registry/ |
H A D | reg.py | 18 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')):
|
Completed in 6 milliseconds