OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalizeConstant
(Results
1 - 4
of
4
) sorted by null
/external/deqp/scripts/egl/
enums.py
27
from khr_util.format import indentLines,
normalizeConstant
46
return
normalizeConstant
(enum.value)
/external/deqp/scripts/opengl/
gen_enums.py
29
return "#define %s\t%s" % (enum.name,
normalizeConstant
(enum.value))
src_util.py
158
normalizeConstant
= khr_util.format.
normalizeConstant
/external/deqp/scripts/khr_util/
format.py
84
def
normalizeConstant
(constant):
Completed in 64 milliseconds