Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/os/
Dos_misc.c60 const char *filename = os_get_option("GALLIUM_LOG_FILE"); in os_log_message()
87 os_get_option(const char *name) in os_get_option() function
Dos_misc.h94 os_get_option(const char *name);
/external/virglrenderer/src/gallium/auxiliary/util/
Du_debug.c139 result = os_get_option(name); in debug_get_option()
152 const char *str = os_get_option(name); in debug_get_bool_option()
187 str = os_get_option(name); in debug_get_num_option()
268 str = os_get_option(name); in debug_get_flags_option()
/external/mesa3d/src/gallium/auxiliary/os/
Dos_misc.c74 const char *filename = os_get_option("GALLIUM_LOG_FILE"); in os_log_message()
112 os_get_option(const char *name) in os_get_option() function
Dos_misc.h87 os_get_option(const char *name);
Dos_process.c65 name = os_get_option("GALLIUM_PROCESS_NAME"); in os_get_process_name()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.c155 result = os_get_option(name); in debug_get_option()
170 const char *str = os_get_option(name); in debug_get_bool_option()
206 str = os_get_option(name); in debug_get_num_option()
281 str = os_get_option(name); in debug_get_flags_option()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_device.c138 const char *s = os_get_option("SVGA_SWAP_INTERVAL"); in stw_init()