HomeSort by relevance Sort by last modified time
    Searched refs:best_drv (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldriver.c 629 _EGLDriver *best_drv; local
639 best_drv = _eglMatchAndInitialize(dpy);
640 if (!best_drv) {
642 best_drv = _eglMatchAndInitialize(dpy);
647 if (best_drv) {
649 best_drv->Name, (test_only) ? " (test only) " : "");
651 dpy->Driver = best_drv;
656 return best_drv;
  /external/mesa3d/src/egl/main/
egldriver.c 629 _EGLDriver *best_drv; local
639 best_drv = _eglMatchAndInitialize(dpy);
640 if (!best_drv) {
642 best_drv = _eglMatchAndInitialize(dpy);
647 if (best_drv) {
649 best_drv->Name, (test_only) ? " (test only) " : "");
651 dpy->Driver = best_drv;
656 return best_drv;

Completed in 135 milliseconds