Searched defs:GLWIN_DEBUG_MSG (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
H A Dglwindows.h54 #define GLWIN_DEBUG_MSG(msg, args...) if (glxWinDebugSettings.enableDebug) ErrorF(msg " [%s:%d]\n" , ##args , __FUNCTION__, __LINE__ ) macro
57 #define GLWIN_DEBUG_MSG(a, ...) macro
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dglwindows.h54 #define GLWIN_DEBUG_MSG(msg, args...) if (glxWinDebugSettings.enableDebug) ErrorF(msg " [%s:%d]\n" , ##args , __FUNCTION__, __LINE__ ) macro
57 #define GLWIN_DEBUG_MSG(a, ...) macro

Completed in 10 milliseconds