Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_debug.c145 bool parsed_value = debug_parse_bool_option(os_get_option("GALLIUM_PRINT_OPTIONS"), false); in debug_get_option_should_print()
160 result = os_get_option(name); in debug_get_option()
198 bool result = debug_parse_bool_option(os_get_option(name), dfault); in debug_get_bool_option()
228 int64_t result = debug_parse_num_option(os_get_option(name), dfault); in debug_get_num_option()
241 str = os_get_option(name); in debug_get_version_option()
345 const char *str = os_get_option(name); in debug_get_flags_option()
Dos_misc.c87 const char *filename = os_get_option("GALLIUM_LOG_FILE"); in os_log_message()
179 os_get_option(const char *name) in os_get_option() function
214 opt = os_get_option(name); in os_get_option_cached()
236 opt = ralloc_strdup(options_tbl, os_get_option(name)); in os_get_option_cached()
Dos_misc.h91 os_get_option(const char *name);
Dlog.c76 mesa_log_control = parse_debug_string(os_get_option("MESA_LOG"), in mesa_log_init_once()
98 const char *log_file = os_get_option("MESA_LOG_FILE"); in mesa_log_init_once()
Du_process.c209 const char *override_name = os_get_option("MESA_PROCESS_NAME"); in util_get_process_name_callback()
Dxmlconfig.c386 const char *envVal = os_get_option(name); in driParseOptionInfo()
1203 execname = os_get_option("MESA_DRICONF_EXECUTABLE_OVERRIDE"); in driParseConfigFiles()