Home
last modified time | relevance | path

Searched refs:util_dl_open (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/targets/egl-static/
Degl_st.c66 egl_st_gl_lib = util_dl_open(path); in dlopen_gl_lib_cb()
108 struct util_dl_library *glapi = util_dl_open("libglapi" UTIL_DL_EXT); in egl_st_load_gl()
/external/mesa3d/src/gallium/auxiliary/util/
Du_dl.h58 util_dl_open(const char *filename);
Du_dl.c45 util_dl_open(const char *filename) in util_dl_open() function
Du_format_s3tc.c120 library = util_dl_open(DXTN_LIBNAME); in util_format_s3tc_init()
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader.c93 lib = util_dl_open(path); in pipe_loader_find_module()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_loader.cpp122 pmod->lib = util_dl_open(path); in dlopen_pipe_module_cb()