Home
last modified time | relevance | path

Searched refs:debug_get_option_cached (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Du_debug.h357 debug_get_option_cached(const char *name, const char *dfault);
389 const char *str = debug_get_option_cached(name, dfault); \
413 const char *str = debug_get_option_cached(name, NULL); \
428 const char *str = debug_get_option_cached(name, NULL); \
443 const char *str = debug_get_option_cached(name, NULL); \
Du_debug.c173 debug_get_option_cached(const char *name, const char *dfault) in debug_get_option_cached() function