Home
last modified time | relevance | path

Searched refs:khr_util (Results 1 - 19 of 19) sorted by relevance

/third_party/vk-gl-cts/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(
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
[all...]
H A Dgen_query_util.py24 from khr_util.gen_str_util import genSetEnumUtilImpls, genQueryEnumUtilImpls
H A Dgen_str_util.py31 from khr_util.gen_str_util import addValuePrefix, genStrUtilProtos, genStrUtilImpls
/third_party/vk-gl-cts/scripts/egl/
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(
90 return khr_util.registry_cache.getRegistry(EGL_SOURCE)
93 spec = khr_util.registry.spec(registry, api, version, profile, **kwargs)
94 return khr_util.registry.createInterface(registry, spec, api)
109 lines = khr_util.format.indentLines(lines)
128 INL_HEADER = khr_util.format.genInlHeader("Khronos EGL API description (egl.xml)", EGL_SOURCE.getRevision())
131 khr_util
[all...]
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 Dlibrary.py24 from khr_util.format import indentLines, commandParams, commandArgs
25 import khr_util.registry namespace
66 spec = khr_util.registry.InterfaceSpec()
69 if not khr_util.registry.getExtensionName(extension) in extensions:
72 if not khr_util.registry.extensionSupports(extension, api):
77 return khr_util.registry.createInterface(registry, spec, api)
H A Dstr_util.py27 from khr_util.format import indentLines
28 from khr_util.gen_str_util import addValuePrefix, genStrUtilProtos, genStrUtilImpls
H A Dgtf_wrapper.py27 from khr_util.format import indentLines
88 commandParams = khr_util.format.commandParams
H A Dfunc_ptrs.py24 from khr_util.format import commandParams
H A Denums.py27 from khr_util.format import indentLines, normalizeConstant
H A Dcall_log_wrapper.py27 from khr_util.format import indentLines
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_ext_deps.py28 import khr_util.format namespace
29 from khr_util import registry
63 khr_util.format.writeInlFile(filename, VK_INL_HEADER, lines)
H A Dohos_gen_ext_deps.py29 import khr_util.format namespace
30 from khr_util import registry
64 khr_util.format.writeInlFile(filename, VK_INL_HEADER, lines)
H A Dgen_framework_c.py32 from khr_util.format import writeInlFile
H A Dohos_gen_framework_c.py32 from khr_util.format import writeInlFile
H A Dgen_framework.py37 from khr_util.format import indentLines, writeInlFile
H A Dgen_framework_sc.py37 from khr_util.format import indentLines, writeInlFile
H A Dohos_gen_framework.py38 from khr_util.format import indentLines, writeInlFile
/third_party/vk-gl-cts/scripts/khr_util/
H A Dgen_str_util.py24 from khr_util.format import indentLines

Completed in 19 milliseconds