Searched refs:WARN (Results 151 - 175 of 214) sorted by relevance

123456789

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVHWA.cpp109 WARN(("VBoxDispVHWACommandCreate failed"));
133 WARN(("HGSMIHeapAlloc failed"));
265 WARN(("VBoxDispVHWACommandCreate failed"));
293 WARN(("VBoxDispVHWACommandCreate failed"));
381 WARN(("VBoxDispVHWACommandCreate failed"));
H A DVBoxDispVBVA.cpp114 WARN(("unsupported pixel format src %d dst %d", psoDest->iBitmapFormat, psoSrc->iBitmapFormat));
130 WARN(("empty dest rect: %d-%d, %d-%d", rclDest.left, rclDest.right, rclDest.top, rclDest.bottom));
146 WARN(("empty src rect: %d-%d, %d-%d", rclSrc.left, rclSrc.right, rclSrc.top, rclSrc.bottom));
H A DVBoxDispVrdpBmp.cpp330 WARN(("MEMBLT: vrdpbmpCacheSurface: could not compute hash."));
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPIOCTL.cpp142 WARN(("share failed offset:size(%#x:%#x) > %#x fb size.", offset, size, ulMaxFBSize));
192 WARN(("ignoring set VIDEO_MODE_NO_ZERO_MEMORY or VIDEO_MODE_MAP_MEM_LINEAR"));
474 WARN(("VbglGRAlloc rc = %#xrc", rc));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dtexture.c64 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
475 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
914 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
1358 WARN("Failed to create wined3d texture, hr %#x.\n", hr);
1408 WARN("Failed to create wined3d cube texture, hr %#x.\n", hr);
1454 WARN("Failed to create wined3d volume texture, hr %#x.\n", hr);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddirectx.c66 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
381 WARN("Failed to initialize device, hr %#x.\n", hr);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvertexdeclaration.c230 WARN("Declaration element %u is not 4 byte aligned(%u), returning E_FAIL.\n", i, e->offset);
261 WARN("Failed to initialize vertex declaration, hr %#x.\n", hr);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dcubetexture.c53 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
429 WARN("Failed to create wined3d cube texture, hr %#x.\n", hr);
H A Dtexture.c52 WARN("(%p)->(%s,%p) not found\n", This, debugstr_guid(riid), ppobj);
428 WARN("Failed to create wined3d texture, hr %#x.\n", hr);
H A Dvolumetexture.c51 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
462 WARN("Failed to create wined3d volume texture, hr %#x.\n", hr);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface.c440 WARN("Failed to initialize resource, returning %#x.\n", hr);
495 WARN("Creating a lockable surface with a POOL of DEFAULT, that doesn't specify DYNAMIC usage.\n");
1956 WARN("Surface is already locked, returning D3DERR_INVALIDCALL\n");
2053 WARN("IWineD3DBaseSurfaceImpl_LockRect failed, hr (%d)\n", hr);
2163 WARN("trying to Unlock an unlocked surf@%p\n", This);
2421 WARN("Application tries to release an invalid DC(%p), surface dc is %p\n", hDC, This->hDC);
3109 WARN("Surface is locked or the HDC is in use\n");
3246 WARN("Tried to flip a non-render target, non-overlay surface\n");
3736 WARN("Destination is in sysmem, rejecting gl blt\n");
3743 WARN("Sr
[all...]
H A Dswapchain_base.c52 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
H A Dvertexdeclaration.c258 WARN("Declaration element %u is not 4 byte aligned(%u), returning E_FAIL.\n", i, e->offset);
H A Dshader.c1558 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
1628 WARN("end_idx %u > float constants limit %u.\n", end_idx, device->d3d_vshader_constantF);
1791 WARN("Failed to set function, hr %#x.\n", hr);
1863 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
1936 WARN("Failed to set function, hr %#x.\n", hr);
1960 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
2230 WARN("Failed to set function, hr %#x.\n", hr);
2256 WARN("More varying registers used than supported\n");
2295 WARN("No texture bound to sampler %u, using 2D.\n", i);
H A Dcontext.c159 WARN("Render targets should not be bound to a sampler\n");
518 WARN("Occlusion queries not supported, not allocating query id.\n");
590 WARN("Event queries not supported, not allocating query id.\n");
889 WARN("DC %p belongs to window %p instead of %p., winEr(%d)\n",
1248 WARN("Context %p is not active.\n", context);
1250 WARN("Context %p is not the current context.\n", context);
1470 WARN("Can't find a suitable iPixelFormat\n");
1624 WARN("The application is requesting multisampling without support.\n");
2649 WARN("Depth stencil format is not supported by WGL, rendering the backbuffer in an FBO\n");
H A Dstate.c56 WARN("Undefined state.\n");
301 WARN("Application uses SRCALPHASAT as dest blend factor, expect problems\n");
360 WARN("WINED3DRS_EDGEANTIALIAS enabled, but unexpected src blending param\n");
363 WARN("WINED3DRS_EDGEANTIALIAS enabled, but unexpected dst blending param\n");
382 WARN("Unsupported in local OpenGL implementation: glBlendFuncSeparateEXT\n");
399 WARN("Application uses SRCALPHASAT as dest blend factor, expect problems\n");
462 WARN("Unsupported in local OpenGL implementation: glBlendColorEXT\n");
617 WARN("Unsupported in local OpenGL implementation: glBlendEquation\n");
629 WARN("Unsupported in local OpenGL implementation: glBlendEquationSeparateEXT\n");
710 WARN("Materia
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Ddebug.h275 #define WARN WINE_WARN macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Ddebug.h300 #define WARN WINE_WARN macro
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPCr.h186 WARN(("unknown msg code %d", pMsg->header.type));
H A DVBoxMPWddm.h172 WARN(("offVram == VBOXVIDEOOFFSET_VOID"));
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c418 WARN(("renderspuWinCreate failed"));
715 WARN(("Render SPU: Attempt to resize invalid window (%d)", win));
1073 WARN(("RTCritSectEnter failed rc %d", rc));
1126 WARN(("RTCritSectEnter failed %d", rc));
1449 WARN(("renderspuDefaultCtxInit failed"));
1636 WARN(("unexpected type(%#x) - count(%d) pair", type, count));
1641 WARN(("Unhandled target in renderspuChromiumParametervCR(0x%x)", (int) target));
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvboxhgcm.c1280 WARN(("Host doesn't accept our version %d.%d. Make sure you have appropriate additions installed!",
1284 WARN(("crVBoxHGCMCall failed %d", rc));
1313 WARN(("SHCRGL_GUEST_FN_GET_CAPS failed %d", rc));
1317 WARN(("crVBoxHGCMCall failed %d", rc));
1430 WARN(("crVBoxHGCMSetVersion failed %d", rc));
1440 WARN(("crVBoxHGCMSetPID failed %d", rc));
1449 WARN(("VBoxCrHgsmiCtlConGetHostCaps failed %d", rc));
2273 WARN(("VBoxCrHgsmiCtlConGetClientID failed %d", rc));
2284 WARN(("VBoxCrHgsmiCtlConGetHostCaps failed %d", rc));
2291 WARN(("_crVBoxHGSMIClientGe
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader.c1560 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
1632 WARN("end_idx %u > float constants limit %u.\n", end_idx, device->d3d_vshader_constantF);
1795 WARN("Failed to set function, hr %#x.\n", hr);
1867 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
1940 WARN("Failed to set function, hr %#x.\n", hr);
1964 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
2236 WARN("Failed to set function, hr %#x.\n", hr);
2262 WARN("More varying registers used than supported\n");
2301 WARN("No texture bound to sampler %u, using 2D.\n", i);
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dwgl.c328 WARN(("invalid hglrc1"));
338 WARN(("invalid hglrc2"));
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Ddebug.h338 #define WARN WINE_WARN macro

Completed in 132 milliseconds

123456789