Searched refs:VERBOSE_ENABLE (Results 1 – 5 of 5) sorted by relevance
29 #define VERBOSE_ENABLE(tag) verbose_enable((int64_t)VERBOSE_##tag) macro
28 if (!VERBOSE_CHECK(goldfishsync)) VERBOSE_ENABLE(goldfishsync); \
32 if (!VERBOSE_CHECK(gles1emu)) VERBOSE_ENABLE(gles1emu); \
94 #define VERBOSE_ENABLE(tag) android_verbose |= (1ULL << VERBOSE_##tag) macro
58 if (!VERBOSE_CHECK(syncthreads)) VERBOSE_ENABLE(syncthreads); \