Searched refs:library_paths (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_priv.h35 const char *library_paths);
45 const char *library_paths);
H A Dpipe_loader.c66 const char *library_paths)
68 return dev->ops->create_screen(dev, library_paths);
73 const char *library_paths)
80 for (next = library_paths; *next; library_paths = next + 1) {
81 next = util_strchrnul(library_paths, ':');
82 len = next - library_paths;
86 len, library_paths,
65 pipe_loader_create_screen(struct pipe_loader_device *dev, const char *library_paths) argument
72 pipe_loader_find_module(struct pipe_loader_device *dev, const char *library_paths) argument
H A Dpipe_loader.h82 * \param library_paths Colon-separated list of filesystem paths that
88 const char *library_paths);
H A Dpipe_loader_sw.c87 const char *library_paths)
93 sdev->lib = pipe_loader_find_module(dev, library_paths);
86 pipe_loader_sw_create_screen(struct pipe_loader_device *dev, const char *library_paths) argument
H A Dpipe_loader_drm.c256 const char *library_paths)
262 ddev->lib = pipe_loader_find_module(dev, library_paths);
255 pipe_loader_drm_create_screen(struct pipe_loader_device *dev, const char *library_paths) argument
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_priv.h35 const char *library_paths);
45 const char *library_paths);
H A Dpipe_loader.c66 const char *library_paths)
68 return dev->ops->create_screen(dev, library_paths);
73 const char *library_paths)
80 for (next = library_paths; *next; library_paths = next + 1) {
81 next = util_strchrnul(library_paths, ':');
82 len = next - library_paths;
86 len, library_paths,
65 pipe_loader_create_screen(struct pipe_loader_device *dev, const char *library_paths) argument
72 pipe_loader_find_module(struct pipe_loader_device *dev, const char *library_paths) argument
H A Dpipe_loader.h82 * \param library_paths Colon-separated list of filesystem paths that
88 const char *library_paths);
H A Dpipe_loader_sw.c87 const char *library_paths)
93 sdev->lib = pipe_loader_find_module(dev, library_paths);
86 pipe_loader_sw_create_screen(struct pipe_loader_device *dev, const char *library_paths) argument
H A Dpipe_loader_drm.c256 const char *library_paths)
262 ddev->lib = pipe_loader_find_module(dev, library_paths);
255 pipe_loader_drm_create_screen(struct pipe_loader_device *dev, const char *library_paths) argument
/external/chromium_org/native_client_sdk/src/tools/
H A Ddecode_dump.py23 addr2line, library_paths, platform):
30 library_paths: list of paths to search for libraries.
40 self.library_paths = library_paths
68 paths.extend(self.library_paths)
188 parser.add_option('-L', '--library-path', dest='library_paths',
201 library_paths=options.library_paths,
/external/chromium_org/build/android/gyp/
H A Dwrite_build_config.py191 library_paths = []
206 library_paths = map(
210 'libraries': library_paths,
/external/chromium_org/chrome/browser/media/
H A Dwv_test_license_server_config.cc80 std::string library_paths(license_server_path.DirName().value());
83 library_paths.append(":").append(old_path);
84 env->SetVar(kLibraryPathEnvVarName, library_paths);
/external/valgrind/main/perf/
H A Dtinycc.c2423 char **library_paths;
20902 tcc_free(s1->library_paths[i]);
20903 tcc_free(s1->library_paths);
21066 dynarray_add((void ***)&s->library_paths, &s->nb_library_paths, pathname1);
21079 s->library_paths[i], filename);
21106 s->library_paths[i], libraryname);
2421 char **library_paths; member in struct:TCCState

Completed in 183 milliseconds