Home
last modified time | relevance | path

Searched refs:debug_get_option (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Du_debug_test.cpp40 EXPECT_STREQ(debug_get_option("X_TEST_GALLIUM_DRIVER", ""), "test_driver"); in test_thread()
/hardware/google/gfxstream/guest/mesa/src/util/
Du_debug.h354 debug_get_option(const char *name, const char *dfault);
Du_debug.c156 debug_get_option(const char *name, const char *dfault) in debug_get_option() function
Du_cpu_detect.c636 const char *override_cpu_caps = debug_get_option("GALLIUM_OVERRIDE_CPU_CAPS", NULL); in check_cpu_caps_override()