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

  /external/deqp/scripts/egl/
str_util.py 162 enumGroups = addValuePrefix(ENUM_GROUPS, "EGL_")
167 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
168 writeInlFile(implFile, genStrUtilImpls(iface, enumGroups, bitfieldGroups))
  /external/deqp/scripts/opengl/
gen_str_util.py 947 # EnableCap EnumGroups are also GettableState EnumGroups
954 enumGroups = addValuePrefix(ENUM_GROUPS, "GL_")
959 writeInlFile(prototypeFile, indentLines(genStrUtilProtos(iface, enumGroups, bitfieldGroups)))
960 writeInlFile(implFile, genStrUtilImpls(iface, enumGroups, bitfieldGroups))
  /external/deqp/scripts/khr_util/
gen_str_util.py 42 def genStrUtilProtos (iface, enumGroups, bitfieldGroups):
46 for groupName, values in enumGroups:
60 for groupName, values in enumGroups:
118 def genStrUtilImpls (iface, enumGroups, bitfieldGroups):
121 for groupName, values in enumGroups:
  /hardware/bsp/intel/peripheral/libupm/doxy/node/
xml2js.js 522 var enumGroups = _.find(getChildren(spec_c, 'sectiondef'), function(section) {
526 if (enumGroups) {
527 _.each(enumGroups.children, function(enumGroup) {
    [all...]

Completed in 244 milliseconds