Searched refs:envptr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dindirect.c156 char *envptr; local in function:glxWinInitDebugSettings
158 envptr = getenv("GLWIN_ENABLE_DEBUG");
159 if (envptr != NULL)
160 glxWinDebugSettings.enableDebug = (atoi(envptr) == 1);
162 envptr = getenv("GLWIN_ENABLE_TRACE");
163 if (envptr != NULL)
164 glxWinDebugSettings.enableTrace = (atoi(envptr) == 1);
166 envptr = getenv("GLWIN_DUMP_PFD");
167 if (envptr != NULL)
168 glxWinDebugSettings.dumpPFD = (atoi(envptr)
582 char *envptr = getenv("GLWIN_NO_WGL_EXTENSIONS"); local in function:glxWinScreenProbe
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dindirect.c126 char *envptr; local in function:glxWinInitDebugSettings
128 envptr = getenv("GLWIN_ENABLE_DEBUG");
129 if (envptr != NULL)
130 glxWinDebugSettings.enableDebug = (atoi(envptr) == 1);
132 envptr = getenv("GLWIN_ENABLE_TRACE");
133 if (envptr != NULL)
134 glxWinDebugSettings.enableTrace = (atoi(envptr) == 1);
136 envptr = getenv("GLWIN_DUMP_PFD");
137 if (envptr != NULL)
138 glxWinDebugSettings.dumpPFD = (atoi(envptr)
[all...]

Completed in 4 milliseconds