Home
last modified time | relevance | path

Searched refs:_eglMatchDriver (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/egl/main/
Degldriver.h104 _eglMatchDriver(_EGLDisplay *dpy, EGLBoolean test_only);
Degldriver.c627 _eglMatchDriver(_EGLDisplay *dpy, EGLBoolean test_only) in _eglMatchDriver() function
670 if (!dpy || !_eglMatchDriver(dpy, EGL_TRUE)) in _eglGetDriverProc()
Deglapi.c317 if (!_eglMatchDriver(disp, EGL_FALSE)) in eglInitialize()