Home
last modified time | relevance | path

Searched refs:vnames (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/egl/main/
Deglconfigdebug.c46 static const char *const vnames[] = { "SG", "GS", "SC", "PC", "TC", "DC" }; variable
141 vtype < 6 ? vnames[vtype] : "--"); in _eglPrintConfig()
/third_party/icu/tools/unicode/py/
Dpreparseucd.py2044 vnames = set(prop[2]) # Modifiable copy of the set of short value names.
2046 if vname not in vnames:
2049 vnames.remove(vname)
2055 if vnames and not (prop[0] == "Binary" or pname in ("age", "gc")):
2056 missing_enums.append((pname, vnames))