Searched defs:GL_LOG (Results 1 – 5 of 5) sorted by relevance
30 #define GL_LOG(...) do { \ macro39 #define GL_LOG(...) 0 macro
3 #define GL_LOG(...) macro
26 #define GL_LOG(fmt,...) macro
31 #define GL_LOG(...) macro
30 #define GL_LOG(fmt,...) fprintf(stderr, "%s:%d " fmt, __func__, __LINE__, ##__VA_ARGS__); macro