Searched defs:_eglMatchDriver (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Degldriver.c577 * A helper function for _eglMatchDriver. It finds the first driver that can
627 _eglMatchDriver(_EGLDisplay *dpy, EGLBoolean test_only) function
670 if (!dpy || !_eglMatchDriver(dpy, EGL_TRUE))
/external/mesa3d/src/egl/main/
H A Degldriver.c577 * A helper function for _eglMatchDriver. It finds the first driver that can
627 _eglMatchDriver(_EGLDisplay *dpy, EGLBoolean test_only) function
670 if (!dpy || !_eglMatchDriver(dpy, EGL_TRUE))

Completed in 142 milliseconds