Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_dl.h61 util_dl_open(const char *filename);
Du_dl.c45 util_dl_open(const char *filename) in util_dl_open() function
/external/mesa3d/src/gallium/drivers/swr/
Dswr_loader.cpp43 screen->pLibrary = util_dl_open(filename); in swr_initialize_screen_interface()
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader.c162 lib = util_dl_open(path); in pipe_loader_find_module()