Lines Matching refs:glxWinDebugSettings
115 if (glxWinDebugSettings.dumpHWND) { \
121 glxWinDebugSettingsRec glxWinDebugSettings = { 0, 0, 0, 0, 0, 0 };
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.enableDebug = 1;
159 glxWinDebugSettings.enableTrace = 1;
160 glxWinDebugSettings.dumpPFD = 1;
161 glxWinDebugSettings.dumpHWND = 1;
162 glxWinDebugSettings.dumpDC = 1;
163 glxWinDebugSettings.enableGLcallTrace = 1;
164 glxWinDebugSettings.enableWGLcallTrace = 1;
1209 if (glxWinDebugSettings.dumpPFD)
1277 if (glxWinDebugSettings.enableTrace)
1319 if (glxWinDebugSettings.dumpDC)
1857 if (glxWinDebugSettings.dumpPFD)