Searched refs:bitfieldGroups (Results 1 – 3 of 3) sorted by relevance
/external/deqp/scripts/egl/ |
D | str_util.py | 148 bitfieldGroups = addValuePrefix(BITFIELD_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 | 955 bitfieldGroups = addValuePrefix(BITFIELD_GROUPS, "GL_") 959 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups))) 960 writeInlFile(implFile, genStrUtilImpls(iface, enumGroups, bitfieldGroups))
|
/external/deqp/scripts/khr_util/ |
D | gen_str_util.py | 42 def genStrUtilProtos (iface, enumGroups, bitfieldGroups): argument 53 for groupName, values in bitfieldGroups: 118 def genStrUtilImpls (iface, enumGroups, bitfieldGroups): argument 124 for groupName, values in bitfieldGroups:
|