Searched refs:glxWinDebugSettings (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dglwindows.h46 extern glxWinDebugSettingsRec glxWinDebugSettings;
53 #define GLWIN_TRACE_MSG(msg, args...) if (glxWinDebugSettings.enableTrace) ErrorF(msg " [%s:%d]\n" , ##args , __FUNCTION__, __LINE__ )
54 #define GLWIN_DEBUG_MSG(msg, args...) if (glxWinDebugSettings.enableDebug) ErrorF(msg " [%s:%d]\n" , ##args , __FUNCTION__, __LINE__ )
H A Dglshim.c67 if (glxWinDebugSettings.enableGLcallTrace)
H A Dindirect.c115 if (glxWinDebugSettings.dumpHWND) { \
121 glxWinDebugSettingsRec glxWinDebugSettings = { 0, 0, 0, 0, 0, 0 }; variable in typeref:typename:glxWinDebugSettingsRec
130 glxWinDebugSettings.enableDebug = (atoi(envptr) == 1);
134 glxWinDebugSettings.enableTrace = (atoi(envptr) == 1);
138 glxWinDebugSettings.dumpPFD = (atoi(envptr) == 1);
142 glxWinDebugSettings.dumpHWND = (atoi(envptr) == 1);
146 glxWinDebugSettings.dumpDC = (atoi(envptr) == 1);
150 glxWinDebugSettings.enableGLcallTrace = (atoi(envptr) == 1);
154 glxWinDebugSettings.enableWGLcallTrace = (atoi(envptr) == 1);
158 glxWinDebugSettings
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dglwindows.h44 extern glxWinDebugSettingsRec glxWinDebugSettings;
53 #define GLWIN_TRACE_MSG(msg, args...) if (glxWinDebugSettings.enableTrace) ErrorF(msg " [%s:%d]\n" , ##args , __FUNCTION__, __LINE__ )
54 #define GLWIN_DEBUG_MSG(msg, args...) if (glxWinDebugSettings.enableDebug) ErrorF(msg " [%s:%d]\n" , ##args , __FUNCTION__, __LINE__ )
H A Dglwrap.c59 if (glxWinDebugSettings.enableTrace)
H A Dindirect.c146 if (glxWinDebugSettings.dumpHWND) { \
152 glxWinDebugSettingsRec glxWinDebugSettings = { 0, 0, 0, 0, 0, 0}; variable in typeref:typename:glxWinDebugSettingsRec
160 glxWinDebugSettings.enableDebug = (atoi(envptr) == 1);
164 glxWinDebugSettings.enableTrace = (atoi(envptr) == 1);
168 glxWinDebugSettings.dumpPFD = (atoi(envptr) == 1);
172 glxWinDebugSettings.dumpHWND = (atoi(envptr) == 1);
176 glxWinDebugSettings.dumpDC = (atoi(envptr) == 1);
180 glxWinDebugSettings.enableGLcallTrace = (atoi(envptr) == 1);
184 glxWinDebugSettings.enableWGLcallTrace = (atoi(envptr) == 1);
189 glxWinDebugSettings
[all...]

Completed in 5 milliseconds