Lines Matching refs:registry
30 import khr_util.registry
72 def getExtensionList (registry, api): argument
75 for extension in registry.extensions:
76 if not khr_util.registry.extensionSupports(extension, api):
79 spec = khr_util.registry.InterfaceSpec()
81 iface = khr_util.registry.createInterface(registry, spec, api)
86 exts.append((khr_util.registry.getExtensionName(extension),
102 def getInterfaceExactVersion (registry, api, version): argument
103 spec = khr_util.registry.InterfaceSpec()
107 for feature in registry.getFeatures(api, check):
110 return khr_util.registry.createInterface(registry, spec, api)