Lines Matching refs:TRACE
79 #define TRACE(msg, ...) fprintf(stderr, "WindowsDRI" msg "\n", ##__VA_ARGS__);
81 #define TRACE(msg, ...) macro
91 TRACE("QueryExtension:");
95 TRACE("QueryExtension: return True");
99 TRACE("QueryExtension: return False");
115 TRACE("QueryVersion:");
125 TRACE("QueryVersion: return False");
133 TRACE("QueryVersion: %d.%d.%d", *majorVersion, *minorVersion, *patchVersion);
147 TRACE("QueryDirectRenderingCapable:");
158 TRACE("QueryDirectRenderingCapable: return False");
164 TRACE("QueryDirectRenderingCapable:return True");
176 TRACE("QueryDrawable: XID %lx", drawable); in XWindowsDRIQueryDrawable()
189 TRACE("QueryDrawable: return False"); in XWindowsDRIQueryDrawable()
202 TRACE("QueryDrawable: type %d, handle %p", *type, *handle); in XWindowsDRIQueryDrawable()
214 TRACE("FBConfigToPixelFormat: fbConfigID 0x%x", fbConfigID); in XWindowsDRIFBConfigToPixelFormat()
227 TRACE("FBConfigToPixelFormat: return False"); in XWindowsDRIFBConfigToPixelFormat()
235 TRACE("FBConfigToPixelFormat: pixelformatindex %d", *pxfi); in XWindowsDRIFBConfigToPixelFormat()