Searched refs:enableTrace (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dglwindows.h30 unsigned enableTrace : 1; member in struct:__anon7406
54 #define GLWIN_TRACE() if (glWinDebugSettings.enableTrace) ErrorF("%s:%d: Trace\n", __FUNCTION__, __LINE__ )
55 #define GLWIN_TRACE_MSG(msg, args...) if (glWinDebugSettings.enableTrace) ErrorF("%s:%d: " msg, __FUNCTION__, __LINE__, ##args )
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dglwindows.h30 unsigned enableTrace : 1; member in struct:__anon7781
54 #define GLWIN_TRACE() if (glWinDebugSettings.enableTrace) ErrorF("%s:%d: Trace\n", __FUNCTION__, __LINE__ )
55 #define GLWIN_TRACE_MSG(msg, args...) if (glWinDebugSettings.enableTrace) ErrorF("%s:%d: " msg, __FUNCTION__, __LINE__, ##args )
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglwindows.h30 unsigned enableTrace : 1; member in struct:__anon4562
54 #define GLWIN_TRACE() if (glWinDebugSettings.enableTrace) ErrorF("%s:%d: Trace\n", __FUNCTION__, __LINE__ )
55 #define GLWIN_TRACE_MSG(msg, args...) if (glWinDebugSettings.enableTrace) ErrorF("%s:%d: " msg, __FUNCTION__, __LINE__, ##args )
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglwindows.h30 unsigned enableTrace : 1; member in struct:__anon4123
54 #define GLWIN_TRACE() if (glWinDebugSettings.enableTrace) ErrorF("%s:%d: Trace\n", __FUNCTION__, __LINE__ )
55 #define GLWIN_TRACE_MSG(msg, args...) if (glWinDebugSettings.enableTrace) ErrorF("%s:%d: " msg, __FUNCTION__, __LINE__, ##args )

Completed in 33 milliseconds