Searched refs:bitfieldGroups (Results 1 – 3 of 3) sorted by relevance
/external/deqp/scripts/egl/ |
D | str_util.py | 165 bitfieldGroups = addValuePrefix(BITFIELD_GROUPS, "EGL_") 169 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups))) 170 writeInlFile(implFile, genStrUtilImpls(iface, enumGroups, bitfieldGroups))
|
/external/deqp/scripts/opengl/ |
D | gen_str_util.py | 963 bitfieldGroups = addValuePrefix(BITFIELD_GROUPS, "GL_") 967 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups))) 968 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:
|