Searched refs:os_get_option (Results 1 – 12 of 12) sorted by relevance
149 result = os_get_option(name); in debug_get_option()164 const char *str = os_get_option(name); in debug_get_bool_option()200 str = os_get_option(name); in debug_get_num_option()224 str = os_get_option(name); in debug_get_version_option()299 str = os_get_option(name); in debug_get_flags_option()
89 os_get_option(const char *name);
87 const char *filename = os_get_option("GALLIUM_LOG_FILE"); in os_log_message()206 os_get_option(const char *name) in os_get_option() function
51 if (stw_dev && !os_get_option("WGL_SWAP_INTERVAL")) { in wglSwapIntervalEXT()
151 const char *s = os_get_option("WGL_SWAP_INTERVAL"); in stw_init()
33 vn_debug = parse_debug_string(os_get_option("VN_DEBUG"), vn_debug_options); in vn_debug_init_once()
60 name = os_get_option("GALLIUM_PROCESS_NAME"); in os_get_process_name()
193 const char *ext_override = os_get_option("MESA_EXTENSION_OVERRIDE"); in shader_cache_read_program_metadata()
240 const char *env_const = os_get_option("MESA_EXTENSION_OVERRIDE"); in _mesa_one_time_init_extension_overrides()
89 version_str = os_get_option(env_var); in get_gl_override()
2866 - mesa: Use os_get_option() for MESA_*_OVERRIDE
5544 - venus: implement vn_debug_init_once with os_get_option