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

/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dglwindows.h37 unsigned int enableDebug:1; member in struct:__anon67e5467d0108
54 #define GLWIN_DEBUG_MSG(msg, args...) if (glxWinDebugSettings.enableDebug) ErrorF(msg " [%s:%d]\n" , ##args , __FUNCTION__, __LINE__ )
H A Dindirect.c130 glxWinDebugSettings.enableDebug = (atoi(envptr) == 1);
158 glxWinDebugSettings.enableDebug = 1;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dglwindows.h35 unsigned int enableDebug : 1; member in struct:__anon4b14668a0108
54 #define GLWIN_DEBUG_MSG(msg, args...) if (glxWinDebugSettings.enableDebug) ErrorF(msg " [%s:%d]\n" , ##args , __FUNCTION__, __LINE__ )
H A Dindirect.c160 glxWinDebugSettings.enableDebug = (atoi(envptr) == 1);
189 glxWinDebugSettings.enableDebug = 1;

Completed in 10 milliseconds