Searched refs:SortInfo (Results 1 – 1 of 1) sorted by relevance
212 static struct sort_info SortInfo[] = { variable235 for (i = 0; SortInfo[i].Attrib; i++) { in _eglCompareModes()236 const EGLint aVal = getModeAttrib(aMode, SortInfo[i].Attrib); in _eglCompareModes()237 const EGLint bVal = getModeAttrib(bMode, SortInfo[i].Attrib); in _eglCompareModes()242 else if (SortInfo[i].Order == SMALLER) { in _eglCompareModes()245 else if (SortInfo[i].Order == LARGER) { in _eglCompareModes()