Home
last modified time | relevance | path

Searched refs:bitfieldGroups (Results 1 – 3 of 3) sorted by relevance

/external/deqp/scripts/egl/
Dstr_util.py165 bitfieldGroups = addValuePrefix(BITFIELD_GROUPS, "EGL_")
169 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
170 writeInlFile(implFile, genStrUtilImpls(iface, enumGroups, bitfieldGroups))
/external/deqp/scripts/opengl/
Dgen_str_util.py963 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/
Dgen_str_util.py42 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: