Home
last modified time | relevance | path

Searched refs:os_get_option (Results 1 – 9 of 9) 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.h98 os_get_option(const char *name);
/external/mesa3d/src/util/
Du_debug.c149 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()
275 str = os_get_option(name); in debug_get_flags_option()
Dos_misc.c86 const char *filename = os_get_option("GALLIUM_LOG_FILE"); in os_log_message()
127 os_get_option(const char *name) in os_get_option() function
Dos_misc.h89 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/frontends/wgl/
Dstw_ext_swapinterval.c51 if (stw_dev && !os_get_option("WGL_SWAP_INTERVAL")) { in wglSwapIntervalEXT()
Dstw_device.c134 const char *s = os_get_option("WGL_SWAP_INTERVAL"); in stw_init()
/external/mesa3d/src/gallium/auxiliary/os/
Dos_process.c60 name = os_get_option("GALLIUM_PROCESS_NAME"); in os_get_process_name()