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

  /external/mesa3d/src/egl/main/
egldriver.h 104 _eglMatchDriver(_EGLDisplay *dpy, EGLBoolean test_only);
egldriver.c 577 * A helper function for _eglMatchDriver. It finds the first driver that can
627 _eglMatchDriver(_EGLDisplay *dpy, EGLBoolean test_only)
670 if (!dpy || !_eglMatchDriver(dpy, EGL_TRUE))
eglapi.c 317 if (!_eglMatchDriver(disp, EGL_FALSE))
    [all...]

Completed in 50 milliseconds