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

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_error.h31 # define WARN(_m) do { crWarning _m ; AssertMsgFailed(_m); } while (0)
48 # define crWarning (RT_BREAKPOINT(), crDebug) macro
50 DECLEXPORT(void) crWarning(const char *format, ... ) PRINTF;
64 # define CRASSERT( PRED ) ((PRED)?(void)0:crWarning( "Assertion failed: %s, file %s, line %d", #PRED, __FILE__, __LINE__))
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPCrUtil.cpp35 DECLEXPORT(void) crWarning(const char *format, ... );
80 DECLEXPORT(void) crWarning(const char *format, ... ) function
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Derror.c106 DECLEXPORT(void) crWarning(const char *pszFormat, ...) function
397 # undef crWarning macro
399 DECLEXPORT(void) crWarning(const char *format, ... ) function
H A Dblitter.cpp29 DECLINLINE(void) crWarning(const char *format, ... ) {} function
328 crWarning("Default share context not initialized!");
334 crWarning("pCtxBase is zero while fCreateNewCtx is set!");
357 crWarning("CreateContext failed!");
681 crWarning("failed to allocate buffer of size %d", cbBuffer);
748 crWarning("Unsupported texture target 0x%x", pSrc->target);
827 crWarning("GL_EXT_framebuffer_object not supported, blitter can only blit to window");
832 crWarning("GL_ARB_pixel_buffer_object not supported");
842 // crWarning("GL_EXT_framebuffer_blit not supported, will use Draw functions for blitting, which might be less efficient");
946 crWarning("Faile
[all...]

Completed in 1808 milliseconds