Searched refs:enumGroups (Results 1 – 3 of 3) sorted by relevance
/external/deqp/scripts/khr_util/ |
D | gen_str_util.py | 42 def genStrUtilProtos (iface, enumGroups, bitfieldGroups): argument 46 for groupName, values in enumGroups: 60 for groupName, values in enumGroups: 118 def genStrUtilImpls (iface, enumGroups, bitfieldGroups): argument 121 for groupName, values in enumGroups:
|
/external/deqp/scripts/egl/ |
D | str_util.py | 147 enumGroups = addValuePrefix(ENUM_GROUPS, "EGL_") 152 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups))) 153 writeInlFile(implFile, genStrUtilImpls(iface, enumGroups, bitfieldGroups))
|
/external/deqp/scripts/opengl/ |
D | gen_str_util.py | 943 enumGroups = addValuePrefix(ENUM_GROUPS, "GL_") 948 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups))) 949 writeInlFile(implFile, genStrUtilImpls(iface, enumGroups, bitfieldGroups))
|