Searched defs:khr_util (Results 1 - 4 of 4) sorted by relevance

/external/deqp/scripts/egl/
H A Dlibrary.py24 from khr_util.format import indentLines, commandParams, commandArgs
25 import khr_util.registry namespace
61 spec = khr_util.registry.InterfaceSpec()
64 if not khr_util.registry.getExtensionName(extension) in extensions:
67 if not khr_util.registry.extensionSupports(extension, api):
72 return khr_util.registry.createInterface(registry, spec, api)
H A Dproc_address_tests.py30 import khr_util.registry namespace
31 from khr_util.format import indentLines
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),
103 spec = khr_util.registry.InterfaceSpec()
110 return khr_util.registry.createInterface(registry, spec, api)
H A Dcommon.py32 import khr_util.format namespace
33 import khr_util.registry namespace
34 import khr_util.registry_cache namespace
40 EGL_SOURCE = khr_util.registry_cache.RegistrySource(
76 return khr_util.registry_cache.getRegistry(EGL_SOURCE)
79 spec = khr_util.registry.spec(registry, api, version, profile, **kwargs)
80 return khr_util.registry.createInterface(registry, spec, api)
95 lines = khr_util.format.indentLines(lines)
114 INL_HEADER = khr_util.format.genInlHeader("Khronos EGL API description (egl.xml)", EGL_SOURCE.getRevision())
117 khr_util
[all...]
/external/deqp/scripts/opengl/
H A Dsrc_util.py29 import khr_util.format namespace
30 import khr_util.registry namespace
31 import khr_util.registry_cache namespace
38 GL_SOURCE = khr_util.registry_cache.RegistrySource(
75 return khr_util.registry_cache.getRegistry(GL_SOURCE)
89 spec = khr_util.registry.InterfaceSpec()
109 return khr_util.registry.createInterface(registry, spec, 'gles2')
112 spec = khr_util.registry.spec(registry, api, version, profile, **kwargs)
117 return khr_util.registry.createInterface(registry, spec, api)
154 INL_HEADER = khr_util
[all...]

Completed in 160 milliseconds