Lines Matching refs:khr_util
29 import khr_util.format
30 import khr_util.registry
31 import khr_util.registry_cache
38 GL_SOURCE = khr_util.registry_cache.RegistrySource(
155 return khr_util.registry_cache.getRegistry(GL_SOURCE)
163 spec = khr_util.registry.InterfaceSpec()
177 iface = khr_util.registry.createInterface(registry, spec, 'gles2')
200 spec = khr_util.registry.spec(registry, api, version, profile, **kwargs)
205 return khr_util.registry.createInterface(registry, spec, api)
242 INL_HEADER = khr_util.format.genInlHeader("Khronos GL API description (gl.xml)", GL_SOURCE.getRevision())
245 khr_util.format.writeInlFile(filename, INL_HEADER, source)
247 # Aliases from khr_util.common
248 indentLines = khr_util.format.indentLines
249 normalizeConstant = khr_util.format.normalizeConstant
250 commandParams = khr_util.format.commandParams
251 commandArgs = khr_util.format.commandArgs