Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/egl/main/
Degldriver.c142 _eglOpenLibrary(const char *driverPath, lib_handle *handle) in _eglOpenLibrary() argument
148 assert(driverPath); in _eglOpenLibrary()
150 _eglLog(_EGL_DEBUG, "dlopen(%s)", driverPath); in _eglOpenLibrary()
151 lib = open_library(driverPath); in _eglOpenLibrary()
176 driverPath, error); in _eglOpenLibrary()
182 driverPath, error); in _eglOpenLibrary()
/external/mesa3d/src/egl/main/
Degldriver.c142 _eglOpenLibrary(const char *driverPath, lib_handle *handle) in _eglOpenLibrary() argument
148 assert(driverPath); in _eglOpenLibrary()
150 _eglLog(_EGL_DEBUG, "dlopen(%s)", driverPath); in _eglOpenLibrary()
151 lib = open_library(driverPath); in _eglOpenLibrary()
176 driverPath, error); in _eglOpenLibrary()
182 driverPath, error); in _eglOpenLibrary()