Home | History | Annotate | Download | only in opengl

Lines Matching full: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(
73 return khr_util.registry_cache.getRegistry(GL_SOURCE)
87 spec = khr_util.registry.InterfaceSpec()
107 return khr_util.registry.createInterface(registry, spec, 'gles2')
110 spec = khr_util.registry.spec(registry, api, version, profile, **kwargs)
115 return khr_util.registry.createInterface(registry, spec, api)
151 INL_HEADER = khr_util.format.genInlHeader("Khronos GL API description (gl.xml)", GL_SOURCE.getRevision())
154 khr_util.format.writeInlFile(filename, INL_HEADER, source)
156 # Aliases from khr_util.common
157 indentLines = khr_util.format.indentLines
158 normalizeConstant = khr_util.format.normalizeConstant
159 commandParams = khr_util.format.commandParams
160 commandArgs = khr_util.format.commandArgs