Searched refs:UTIL_DL_EXT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_dl.h37 # define UTIL_DL_EXT ".dll" macro
40 # define UTIL_DL_EXT ".dylib" macro
43 # define UTIL_DL_EXT ".so" macro
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_dl.h37 # define UTIL_DL_EXT ".dll" macro
40 # define UTIL_DL_EXT ".dylib" macro
43 # define UTIL_DL_EXT ".so" macro
/external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
H A Degl_st.c58 ret = util_snprintf(path, sizeof(path), "%.*s/%s" UTIL_DL_EXT,
62 ret = util_snprintf(path, sizeof(path), "%s" UTIL_DL_EXT, name);
108 struct util_dl_library *glapi = util_dl_open("libglapi" UTIL_DL_EXT);
111 _eglLog(_EGL_DEBUG, "retry with libglapi" UTIL_DL_EXT " loaded");
118 _eglLog(_EGL_WARNING, "unable to load %s" UTIL_DL_EXT, module);
/external/mesa3d/src/gallium/targets/egl-static/
H A Degl_st.c58 ret = util_snprintf(path, sizeof(path), "%.*s/%s" UTIL_DL_EXT,
62 ret = util_snprintf(path, sizeof(path), "%s" UTIL_DL_EXT, name);
108 struct util_dl_library *glapi = util_dl_open("libglapi" UTIL_DL_EXT);
111 _eglLog(_EGL_DEBUG, "retry with libglapi" UTIL_DL_EXT " loaded");
118 _eglLog(_EGL_WARNING, "unable to load %s" UTIL_DL_EXT, module);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.c87 MODULE_PREFIX, dev->driver_name, UTIL_DL_EXT);
90 MODULE_PREFIX, dev->driver_name, UTIL_DL_EXT);
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader.c87 MODULE_PREFIX, dev->driver_name, UTIL_DL_EXT);
90 MODULE_PREFIX, dev->driver_name, UTIL_DL_EXT);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_loader.cpp115 "%.*s/" PIPE_PREFIX "%s" UTIL_DL_EXT, len, dir, pmod->name);
119 PIPE_PREFIX "%s" UTIL_DL_EXT, pmod->name);
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_loader.cpp115 "%.*s/" PIPE_PREFIX "%s" UTIL_DL_EXT, len, dir, pmod->name);
119 PIPE_PREFIX "%s" UTIL_DL_EXT, pmod->name);

Completed in 256 milliseconds