Lines Matching refs:glxWinDebugSettings
146 if (glxWinDebugSettings.dumpHWND) { \
152 glxWinDebugSettingsRec glxWinDebugSettings = { 0, 0, 0, 0, 0, 0};
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.enableDebug = 1;
190 glxWinDebugSettings.enableTrace = 1;
191 glxWinDebugSettings.dumpPFD = 1;
192 glxWinDebugSettings.dumpHWND = 1;
193 glxWinDebugSettings.dumpDC = 1;
194 glxWinDebugSettings.enableGLcallTrace = 1;
195 glxWinDebugSettings.enableWGLcallTrace = 1;
1029 if (glxWinDebugSettings.dumpPFD)
1115 if (glxWinDebugSettings.enableTrace)
1148 if (glxWinDebugSettings.dumpDC)
1771 if (glxWinDebugSettings.dumpPFD)