Searched defs:libPaths (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/
H A Dfakedri_drv.c588 const char *libPaths, *p, *next;; local
595 libPaths = NULL;
598 libPaths = getenv("LIBGL_DRIVERS_PATH");
599 if (!libPaths)
600 libPaths = getenv("LIBGL_DRIVERS_DIR"); /* deprecated */
602 if (libPaths == NULL)
603 libPaths = DRI_DEFAULT_DRIVER_DIR;
606 for (p = libPaths; *p; p = next)

Completed in 54 milliseconds