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

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlayCommon.h32 # define VBOXQGLLOG(_m) RTPrintf _m
36 # define VBOXQGLLOG(_m) do {}while(0) macro
41 //do{VBOXQGLLOG(("==>[%s]:", __FUNCTION__)); VBOXQGLLOG(_m);}while(0)
43 //do{VBOXQGLLOG(("<==[%s]:", __FUNCTION__)); VBOXQGLLOG(_m);}while(0)
47 if(err != GL_NO_ERROR) VBOXQGLLOG(("gl error occurred (0x%x)\n", err)); \
74 VBOXQGLLOG(_m); \
75 VBOXQGLLOG(("(%Lu)\n", cur - (_nano))); \
108 VBOXQGLLOG((_
[all...]

Completed in 124 milliseconds