HomeSort by relevance Sort by last modified time
    Searched refs:bitfieldGroups (Results 1 - 3 of 3) sorted by null

  /external/deqp/scripts/egl/
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/
gen_str_util.py 963 bitfieldGroups = addValuePrefix(BITFIELD_GROUPS, "GL_")
    [all...]
  /external/deqp/scripts/khr_util/
gen_str_util.py 42 def genStrUtilProtos (iface, enumGroups, bitfieldGroups):
53 for groupName, values in bitfieldGroups:
118 def genStrUtilImpls (iface, enumGroups, bitfieldGroups):
124 for groupName, values in bitfieldGroups:

Completed in 2497 milliseconds