Home
last modified time | relevance | path

Searched defs:GL_LOG (Results 1 – 1 of 1) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
Dlogging.h44 #define GL_LOG(fmt, ...) GFXSTREAM_LOG(stderr, 'I', fmt, ##__VA_ARGS__) macro
46 #define GL_LOG(...) ((void)0) macro