Home
last modified time | relevance | path

Searched refs:normalizeConstant (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/scripts/egl/
H A Denums.py27 from khr_util.format import indentLines, normalizeConstant namespace
50 return normalizeConstant(enum.value)
/third_party/vk-gl-cts/scripts/opengl/
H A Dsrc_util.py249 normalizeConstant = khr_util.format.normalizeConstant variable
H A Dgen_enums.py29 return "#define %s\t%s" % (enum.name, normalizeConstant(enum.value))
/third_party/vk-gl-cts/scripts/khr_util/
H A Dformat.py102 def normalizeConstant (constant): function

Completed in 2 milliseconds