Searched defs:GLWIN_TRACE_MSG (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/ |
| H A D | glwindows.h | 53 #define GLWIN_TRACE_MSG(msg, args...) if (glxWinDebugSettings.enableTrace) ErrorF(msg " [%s:%d]\n" , ##args , __FUNCTION__, __LINE__ ) macro 56 #define GLWIN_TRACE_MSG(a, ...) macro
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | glwindows.h | 53 #define GLWIN_TRACE_MSG(msg, args...) if (glxWinDebugSettings.enableTrace) ErrorF(msg " [%s:%d]\n" , ##args , __FUNCTION__, __LINE__ ) macro 56 #define GLWIN_TRACE_MSG(a, ...) macro
|
Completed in 33 milliseconds