| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/ |
| lion-render.h | 8 VGPath paths[LION_SIZE]; member in struct:lion
|
| /xsrc/external/mit/libXfont2/dist/test/ |
| pcf-test-common.c | 83 const char *paths[1]; local 88 /* Font path must be absolute; relative paths are misidentified as 99 paths[0] = font_dir; 100 fpe_list = init_font_paths(paths, &num_fpes);
|
| /xsrc/external/mit/MesaLib/dist/src/hgl/ |
| GLRendererRoster.cpp | 113 const directory_which paths[] = { local 121 i < sizeof(paths) / sizeof(paths[0]); i++) { 123 status_t status = find_directory(paths[i], &path, true);
|
| /xsrc/external/mit/MesaLib.old/dist/src/hgl/ |
| GLRendererRoster.cpp | 102 const directory_which paths[] = { local 109 i < sizeof(paths) / sizeof(paths[0]); i++) { 111 status_t status = find_directory(paths[i], &path, true);
|
| /xsrc/external/mit/libdrm/dist/freedreno/kgsl/ |
| kgsl_pipe.c | 212 static const char *paths[] = { local 223 fd = open(paths[id], O_RDWR); 226 paths[id], fd, strerror(errno)); 261 INFO_MSG(" Device: %s", paths[id]);
|
| /xsrc/external/mit/libdrm/dist/amdgpu/ |
| amdgpu_asic_id.c | 239 // first check the paths in AMDGPU_ASIC_ID_TABLE_PATHS environment variable 243 char **paths = NULL; local 254 paths = split_env_var(amdgpu_asic_id_table_paths); 255 if (!paths) 259 for (int i = 0; paths[i] != NULL; i++) { 260 char *full_path = join_path(paths[i], file_name); 269 split_env_var_free(paths); 285 // if this system lacks secure_getenv(), don't allow extra paths
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxfont.c | 65 unsigned char *c, *paths; local 69 GetFontPath(serverClient, npaths, &len, &paths); 75 memmove(newfp, paths+1, *npaths + len - 1); 76 l = *paths; 278 * exit with an error unless we remove the offending font paths 300 "The DMX server failed to set the following font paths on " 314 "These font paths will not be used because the " 326 /* No valid font paths were found */ 328 "After removing the font paths above, no valid font " 329 "paths were\n") [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_lower_goto_ifs.c | 49 struct path paths[2]; member in struct:path_fork 140 if (_mesa_set_search(fork->paths[i].reachable, target)) { 147 fork = fork->paths[i].fork; 156 * If the blocks are in different fork paths, the condition will be used. 167 if (_mesa_set_search(fork->paths[i].reachable, then_block)) { 168 if (_mesa_set_search(fork->paths[i].reachable, else_block)) { 175 fork = fork->paths[i].fork; 191 set_path_vars(b, fork->paths[i].fork, then_block); 192 set_path_vars(b, fork->paths[!i].fork, else_block); 277 struct set *reachable = _mesa_set_clone(fork->paths[0].reachable, fork) [all...] |
| /xsrc/external/mit/xfs/dist/difs/ |
| fonts.c | 631 * paths should be a counted string 636 char *paths, 642 char *cp = paths; 752 char *paths, local 758 paths = p = (char *) ALLOCATE_LOCAL(len); 777 err = set_font_path_elements(npaths, paths, badpath); 779 DEALLOCATE_LOCAL(paths);
|
| /xsrc/external/mit/xset/dist/ |
| xset.c | 1508 XF86MiscFilePaths paths; local 1513 XF86MiscGetFilePaths(dpy, &paths)) { 1514 printf("File paths:\n"); 1515 printf(" Config file: %s\n", paths.configfile); 1516 printf(" Modules path: %s\n", paths.modulepath); 1517 printf(" Log file: %s\n", paths.logfile);
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| imgui_demo.cpp | 2297 const char* paths[3] = { "/path/one", "/path/two", "/path/three" }; local 2308 ImGui::Text(paths[i]); ImGui::NextColumn();
|