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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dbg/
H A DtstMvWnd.cpp16 #define vboxVDbgPrint(_m) do {} while (0) macro
32 // vboxVDbgPrint((__FUNCTION__": got WM_CLOSE for hwnd(0x%x)", hwnd));
35 // vboxVDbgPrint((__FUNCTION__": got WM_DESTROY for hwnd(0x%x)", hwnd));
38 // vboxVDbgPrint((__FUNCTION__": got WM_NCHITTEST for hwnd(0x%x)\n", hwnd));
68 vboxVDbgPrint((__FUNCTION__": RegisterClass failed, winErr(%d)\n", winErr));
92 vboxVDbgPrint((__FUNCTION__": CreateWindowEx failed, winErr(%d)\n", winErr));
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.h131 #define vboxVDbgPrint(_m) LOG_EXACT(_m) macro
289 vboxVDbgPrint(("Break on shared access: Rc(0x%p), SharedHandle(0x%p)\n", (_pRc), (_pRc)->aAllocations[0].hSharedHandle)); \
329 vboxVDbgPrint(("vboxVDbgDoCheckRectsMatch failed! The " _pszOpName " will be re-done so it can be debugged\n")); \
396 vboxVDbgPrint((__FUNCTION__"== Break on shared access\n")); \
457 vboxVDbgPrint((_str #_type ": skipping content dump of the same rect for one surfcace\n")); \
513 vboxVDbgPrint(("TEXBLT: skipping check for dwm wnd update\n")); \
590 vboxVDbgPrint(("PRESENT_LEAVE: unsupported for Rt Reporting mode\n")); \

Completed in 44 milliseconds