Home
last modified time | relevance | path

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

/external/mesa3d/src/egl/main/
Deglmode.c212 static struct sort_info SortInfo[] = { variable
235 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()