Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/tests/
Du_debug_test.cpp187 DEBUG_GET_ONCE_NUM_OPTION(num_once_test_0, "MESA_UNIT_TEST_DEBUG_GET_ONCE_NUM_VARIABLE_0", -33)
189 DEBUG_GET_ONCE_NUM_OPTION(num_once_test_1, "MESA_UNIT_TEST_DEBUG_GET_ONCE_NUM_VARIABLE_1", 0)
191 DEBUG_GET_ONCE_NUM_OPTION(num_once_test_2, "MESA_UNIT_TEST_DEBUG_GET_ONCE_NUM_VARIABLE_2", 0)
/hardware/google/gfxstream/guest/mesa/src/util/
Du_debug.h421 #define DEBUG_GET_ONCE_NUM_OPTION(sufix, name, dfault) \ macro