Searched refs:best_drv (Results 1 – 2 of 2) sorted by relevance
629 _EGLDriver *best_drv; in _eglMatchDriver() local639 best_drv = _eglMatchAndInitialize(dpy); in _eglMatchDriver()640 if (!best_drv) { in _eglMatchDriver()642 best_drv = _eglMatchAndInitialize(dpy); in _eglMatchDriver()647 if (best_drv) { in _eglMatchDriver()649 best_drv->Name, (test_only) ? " (test only) " : ""); in _eglMatchDriver()651 dpy->Driver = best_drv; in _eglMatchDriver()656 return best_drv; in _eglMatchDriver()