Home
last modified time | relevance | path

Searched refs:UTIL_DL_EXT (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/targets/egl-static/
Degl_st.c58 ret = util_snprintf(path, sizeof(path), "%.*s/%s" UTIL_DL_EXT, in dlopen_gl_lib_cb()
62 ret = util_snprintf(path, sizeof(path), "%s" UTIL_DL_EXT, name); in dlopen_gl_lib_cb()
108 struct util_dl_library *glapi = util_dl_open("libglapi" UTIL_DL_EXT); in egl_st_load_gl()
111 _eglLog(_EGL_DEBUG, "retry with libglapi" UTIL_DL_EXT " loaded"); in egl_st_load_gl()
118 _eglLog(_EGL_WARNING, "unable to load %s" UTIL_DL_EXT, module); in egl_st_load_gl()
/external/mesa3d/src/gallium/auxiliary/util/
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/pipe-loader/
Dpipe_loader.c87 MODULE_PREFIX, dev->driver_name, UTIL_DL_EXT); in pipe_loader_find_module()
90 MODULE_PREFIX, dev->driver_name, UTIL_DL_EXT); in pipe_loader_find_module()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_loader.cpp115 "%.*s/" PIPE_PREFIX "%s" UTIL_DL_EXT, len, dir, pmod->name); in dlopen_pipe_module_cb()
119 PIPE_PREFIX "%s" UTIL_DL_EXT, pmod->name); in dlopen_pipe_module_cb()