Searched refs:WARN (Results 101 - 125 of 214) sorted by relevance

123456789

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Ddevice.c237 WARN("IDirect3D9 instance wasn't created with CreateDirect3D9Ex, returning E_NOINTERFACE\n");
252 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
457 WARN("No cursor bitmap, returning WINED3DERR_INVALIDCALL\n");
513 WARN("Failed to initialize swapchain, hr %#x.\n", hr);
597 WARN("Resource %p(wineD3D %p) with pool D3DPOOL_DEFAULT blocks the Reset call\n", parent, resource);
637 WARN("The application is holding D3DPOOL_DEFAULT resources, rejecting reset\n");
849 WARN("Failed to initialize texture, hr %#x.\n", hr);
886 WARN("Failed to initialize volume texture, hr %#x.\n", hr);
997 WARN("Failed to initialize cube texture, hr %#x.\n", hr);
1036 WARN("Faile
[all...]
H A Dindexbuffer.c50 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
288 WARN("Failed to create wined3d buffer, hr %#x.\n", hr);
H A Dvertexbuffer.c51 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
290 WARN("Failed to create wined3d buffer, hr %#x.\n", hr);
H A Dvolume.c49 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
301 WARN("Failed to create wined3d volume, hr %#x.\n", hr);
H A Ddirectx.c58 WARN("Application asks for IDirect3D9Ex, but this instance wasn't created with Direct3DCreate9Ex\n");
59 WARN("Returning E_NOINTERFACE\n");
66 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
259 WARN("D3DFMT_R8G8B8 is not available on windows, returning D3DERR_NOTAVAILABLE\n");
533 WARN("Failed to initialize device, hr %#x.\n", hr);
587 WARN("Invalid mode->Size %u expected %u", mode->Size, sizeof(D3DDISPLAYMODEEX));
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_glsl.c798 WARN(("Unknown program %d", program));
805 WARN(("crStateIsProgramUniformsCached called on host side!!"));
816 WARN(("Unknown program %d", program));
823 WARN(("crStateIsProgramAttribsCached called on host side!!"));
917 WARN(("Unknown program %d", program));
923 WARN(("crStateGLSLProgramCacheAttribs: this shouldn't happen!"));
929 WARN(("crStateGLSLProgramCacheAttribs: data too short"));
944 WARN(("crStateGLSLProgramCacheAttribs: no memory"));
1119 WARN(("crStateGLSLProgramCacheOneAttrib: buffer too small"));
1289 WARN(("Unknow
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dbuffer.c70 WARN("Invalid range dirtified, marking entire buffer dirty\n");
667 WARN("%s not implemented, returning E_NOINTERFACE\n", debugstr_guid(riid));
840 WARN("Cannot synchronize buffer lock due to a thread conflict\n");
1008 WARN("Reloading buffer because of decl change\n");
1200 WARN("WINED3DLOCK_READONLY combined with WINED3DLOCK_DISCARD, ignoring flags\n");
1205 WARN("WINED3DLOCK_READONLY combined with WINED3DLOCK_NOOVERWRITE, ignoring flags\n");
1211 WARN("WINED3DLOCK_DISCARD and WINED3DLOCK_NOOVERWRITE used together, ignoring\n");
1216 WARN("DISCARD or NOOVERWRITE lock on non-dynamic buffer, ignoring\n");
1300 WARN("Pointer %p is not %u byte aligned, falling back to double buffered operation\n",
1471 WARN("Siz
[all...]
H A Dquery.c67 WARN("Event query tested from wrong thread\n");
154 WARN("Event query finished from wrong thread\n");
362 WARN("(%p) : Occlusion queries not supported. Returning 1.\n", This);
416 WARN("(%p): Event query not supported by GL, reporting GPU idle\n", This);
613 WARN("Unsupported in local OpenGL implementation: ARB_OCCLUSION_QUERY.\n");
H A Dsurface_gdi.c147 WARN("(%p) Surface already locked\n", This);
184 WARN("trying to Unlock an unlocked surf@%p\n", This);
400 WARN("DC not supported on this surface\n");
476 WARN("Application tries to release an invalid DC(%p), surface dc is %p\n", hDC, This->hDC);
581 WARN("Surface is locked or the HDC is in use\n");
H A Dbasetexture.c54 WARN("Too many texture levels %d", levels);
66 WARN("Failed to initialize resource, returning %#x\n", hr);
215 WARN("Unexpected filter type %d, setting to GL_NICEST\n", FilterType);
378 WARN("This texture doesn't have an openGL texture assigned to it\n");
548 WARN("Anisotropic filtering not supported.\n");
H A Dswapchain.c164 WARN("(%p) Something's still holding the front buffer (%p).\n",
178 WARN("(%p) Something's still holding back buffer %u (%p).\n",
206 WARN("null win info");
360 WARN("Invalid swapchain");
371 WARN("Invalid context, skipping present.\n");
1043 WARN("Failed to create front buffer, hr %#x.\n", hr);
1071 WARN("Failed to set display mode, hr %#x.\n", hr);
1123 WARN("Failed to create context.\n");
1160 WARN("Failed to create back buffer %u, hr %#x.\n", i, hr);
1182 WARN("Faile
[all...]
/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxDrvTool.cpp159 WARN(("irp (0x%p) to DevObj(0x%p) was not completed within timeout (%u), cancelling", pIrp, pDevObj, dwTimeoutMs));
163 WARN(("IoCancelIrp failed"));
H A DVBoxUsbTool.cpp103 WARN(("allocating URB failed"));
351 WARN(("VBoxUsbToolIoBuildAsyncInternalCtl failed"));
374 WARN(("IoBuildDeviceIoControlRequest failed!!\n"));
/vbox/src/VBox/HostDrivers/VBoxUSB/win/mon/
H A DVBoxUsbHook.cpp26 WARN(("hook is marked installed, returning failure"));
182 WARN(("found pending IRP(0x%p) when it should not be", pIrp));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dvolume.c52 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
307 WARN("Failed to create wined3d volume, hr %#x.\n", hr);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dvolume.c53 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
308 WARN("Failed to create wined3d volume, hr %#x.\n", hr);
H A Dsurface.c54 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
341 WARN("Surface does not support GetDC, returning D3DERR_INVALIDCALL\n");
454 WARN("Failed to create wined3d surface, hr %#x.\n", hr);
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_glsl.c188 WARN(("packspu_GetUniformsLocations shouldn't be called directly"));
197 WARN(("packspu_GetAttribsLocations shouldn't be called directly"));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dindexbuffer.c49 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
286 WARN("Failed to create wined3d buffer, hr %#x.\n", hr);
H A Dswapchain.c49 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
169 WARN("Failed to create wined3d swapchain, hr %#x.\n", hr);
H A Dvertexbuffer.c49 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
289 WARN("Failed to create wined3d buffer, hr %#x.\n", hr);
H A Dvolume.c48 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
279 WARN("Failed to create wined3d volume, hr %#x.\n", hr);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPVidModes.cpp61 WARN(("Unexpected bpp (%d)", bpp));
380 WARN(("video modes table overflow!"));
404 WARN(("ignoring possible custom mode(s), table is full!"));
591 WARN(("GUEST does not like special mode %dx%d:%d for display %d", xres, yres, bpp, iDisplay));
665 WARN(("VBoxQueryDisplayRequest returned invalid display number %d", display));
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVRDP.cpp106 WARN(("Unsupported bitmap format %d", pso->iBitmapFormat));
155 WARN(("Inverse X coordinates"));
164 WARN(("Inverse Y coordinates"));
235 WARN(("Inverse X coordinates"));
247 WARN(("Inverse Y coordinates"));
579 WARN(("failed!!! %d,%d %dx%d, bpp = %d\n",
1051 WARN(("ELLIPSE not supported"));
1160 WARN(("not supported: ppo->fl = %08X, plineattrs->fl = %08X, plineattrs->pstyle = %08X",
1221 WARN(("unsupported: pstro->pwszOrg=%p, prclExtra=%p, pfo->flFontType & FO_TYPE_RASTER = 0x%08X, "
1309 WARN(("Invali
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_cocoa.c261 WARN(("renderspuGetDummyWindow failed"));
292 WARN(("renderspuCtxSetCurrentWithAnyWindow failed!"));
309 WARN(("CrGlslProgGenAllNoAlpha failed, rc %d", rc));

Completed in 94 milliseconds

123456789