Lines Matching full:khr_util
32 import khr_util.format
33 import khr_util.registry
34 import khr_util.registry_cache
40 EGL_SOURCE = khr_util.registry_cache.RegistrySource(
73 return khr_util.registry_cache.getRegistry(EGL_SOURCE)
76 spec = khr_util.registry.spec(registry, api, version, profile, **kwargs)
77 return khr_util.registry.createInterface(registry, spec, api)
92 lines = khr_util.format.indentLines(lines)
111 INL_HEADER = khr_util.format.genInlHeader("Khronos EGL API description (egl.xml)", EGL_SOURCE.getRevision())
114 khr_util.format.writeInlFile(filename, INL_HEADER, source)