Searched refs:vnames (Results 1 – 2 of 2) sorted by relevance
46 static const char *const vnames[] = { "SG", "GS", "SC", "PC", "TC", "DC" }; variable141 vtype < 6 ? vnames[vtype] : "--"); in _eglPrintConfig()
2044 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))