Searched defs:enableDebug (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dglwindows.h29 unsigned enableDebug : 1; member in struct:__anon7406
56 #define GLWIN_DEBUG_MSG(msg, args...) if (glWinDebugSettings.enableDebug) ErrorF("%s:%d: " msg, __FUNCTION__, __LINE__, ##args )
57 #define GLWIN_DEBUG_MSG2(msg, args...) if (glWinDebugSettings.enableDebug) ErrorF(msg, ##args )
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dglwindows.h29 unsigned enableDebug : 1; member in struct:__anon7781
56 #define GLWIN_DEBUG_MSG(msg, args...) if (glWinDebugSettings.enableDebug) ErrorF("%s:%d: " msg, __FUNCTION__, __LINE__, ##args )
57 #define GLWIN_DEBUG_MSG2(msg, args...) if (glWinDebugSettings.enableDebug) ErrorF(msg, ##args )
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglwindows.h29 unsigned enableDebug : 1; member in struct:__anon4562
56 #define GLWIN_DEBUG_MSG(msg, args...) if (glWinDebugSettings.enableDebug) ErrorF("%s:%d: " msg, __FUNCTION__, __LINE__, ##args )
57 #define GLWIN_DEBUG_MSG2(msg, args...) if (glWinDebugSettings.enableDebug) ErrorF(msg, ##args )
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglwindows.h29 unsigned enableDebug : 1; member in struct:__anon4123
56 #define GLWIN_DEBUG_MSG(msg, args...) if (glWinDebugSettings.enableDebug) ErrorF("%s:%d: " msg, __FUNCTION__, __LINE__, ##args )
57 #define GLWIN_DEBUG_MSG2(msg, args...) if (glWinDebugSettings.enableDebug) ErrorF(msg, ##args )

Completed in 41 milliseconds