Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Deglconfigdebug.c105 _eglPrintConfig(_EGLConfig *const conf, const int chosenIndex) in _eglPrintConfig() argument
129 if (chosenIndex >= 0) in _eglPrintConfig()
131 chosenIndex); in _eglPrintConfig()
191 EGLint chosenIndex = -1; in eglPrintConfigDebug() local
197 chosenIndex = j; in eglPrintConfigDebug()
199 _eglPrintConfig(configToPrint, chosenIndex); in eglPrintConfigDebug()