Searched refs:best_drv (Results 1 – 1 of 1) sorted by relevance
82 _EGLDriver *best_drv; in _eglMatchDriver() local90 best_drv = _eglMatchAndInitialize(dpy); in _eglMatchDriver()91 if (!best_drv && !dpy->Options.ForceSoftware) { in _eglMatchDriver()93 best_drv = _eglMatchAndInitialize(dpy); in _eglMatchDriver()96 if (best_drv) { in _eglMatchDriver()98 best_drv->Name); in _eglMatchDriver()99 dpy->Driver = best_drv; in _eglMatchDriver()103 return best_drv; in _eglMatchDriver()