Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/egl/main/
Degldriver.c629 _EGLDriver *best_drv; in _eglMatchDriver() local
639 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()
/external/mesa3d/src/egl/main/
Degldriver.c629 _EGLDriver *best_drv; in _eglMatchDriver() local
639 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()