Searched refs:WARN (Results 51 - 75 of 214) sorted by relevance

123456789

/vbox/src/VBox/HostServices/SharedOpenGL/crserver/
H A Dcrservice.cpp122 WARN(("connect not expected"));
141 WARN(("disconnect not expected"));
425 WARN(("cr hgcm disabled!"));
774 WARN(("invalid parameter count"));
781 WARN(("invalid parameter"));
788 WARN(("invalid buffer size"));
825 WARN(("svcCall: unexpected u32Function %d", u32Function));
1351 WARN(("invalid parameter"));
1358 WARN(("invalid parameter"));
1365 WARN(("crServerVBoxWindowsSho
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dstateblock.c54 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
163 WARN("Failed to create wined3d stateblock, hr %#x.\n", hr);
H A Dshader.c51 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
159 WARN("Failed to create wined3d vertex shader, hr %#x.\n", hr);
195 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
303 WARN("Failed to created wined3d pixel shader, hr %#x.\n", hr);
H A Dquery.c54 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
185 WARN("Failed to create wined3d query, hr %#x.\n", hr);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dstateblock.c50 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
155 WARN("Failed to create wined3d stateblock, hr %#x.\n", hr);
H A Dquery.c50 WARN("(%p)->(%s,%p),not found\n", This, debugstr_guid(riid), ppobj);
174 WARN("Failed to create wined3d query, hr %#x.\n", hr);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c93 WARN(("client not found!"));
100 WARN(("no major version specified for client!"));
176 WARN(("pfnNotifyTerm failed %d", rc));
523 WARN(("RTSemEventCreate failed %d", rc));
703 WARN(("Invalid client id %u passed to crVBoxServerRemoveClient", u32ClientID));
1729 WARN(("we should not be called with cmd enabled!"));
2512 WARN(("CrCmd enabled"));
2573 WARN(("Screen count is changing, but screen[%i] is still mapped", i));
2797 WARN(("CrPMgrDisable failed %d", rc));
2810 WARN(("CrFbUpdateBegi
[all...]
H A Dserver_stream.c303 WARN(("CrFbUpdateBegin failed %d", rc));
431 WARN(("cbMsg is null!"));
438 WARN(("RTMemAlloc failed"));
462 WARN(("invalid client state"));
529 WARN(("RTMemAlloc failed"));
634 WARN(("crServerPendMsg failed"));
649 WARN(("crServerPendMsg failed"));
652 WARN(("Pend List is NOT empty, drain the current list, and ignore this command"));
672 WARN(("unsupported buffer type"));
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispMouse.cpp92 WARN(("EngCreateBitmap for tmp surface failed"));
99 WARN(("EngLockSurface for tmp surface failed"));
117 WARN(("EngCopyBits failed"));
132 WARN(("EngCreateBitmap for res surface failed"));
144 WARN(("EngLockSurface for res surface failed"));
212 WARN(("unsupported bpp"));
286 WARN(("!psoMask"));
303 WARN(("failed to convert to 32bpp"));
371 WARN(("can't allocate %d bytes pDev->pPointerAttrs buffer", pDev->pointer.cbAttrs));
433 WARN(("pDe
[all...]
H A DVBoxDispDriver.cpp227 WARN(("can't support requested mode %dx%d@%dbpp(%dHz)!",
269 WARN(("requested logical pixel res %d isn't 96", pdm->dmLogPixels));
411 WARN(("cj<%d, terminating\n", sizeof(DRVENABLEDATA)));
518 WARN(("EngAllocMem failed!\n"));
688 WARN(("EngCreateBitmap failed!"));
697 WARN(("EngCreateDeviceSurface failed!"));
708 WARN(("EngAssociateSurface failed!"));
859 WARN(("EngAssociateSurface on bitmap failed"));
866 WARN(("EngAssociateSurface on surface failed"));
905 WARN(("OPENGL_GETINF
[all...]
H A DVBoxDispPalette.cpp64 WARN(("EngCreatePalette failed"));
81 WARN(("not enough memory!"));
118 WARN(("EngCreatePalette failed"));
186 WARN(("PALOBJ_cGetColors failed"));
H A DVBoxDispMini.cpp55 WARN(("sizeof(VIDEO_MODE_INFORMATION) differs for miniport and display drivers. "
65 WARN(("not enough memory!"));
89 WARN(("Unexpected mode len %i expected %i!", pMode->Length, sizeof(VIDEO_MODE_INFORMATION)));
107 WARN(("0 video modes supported!"));
118 WARN(("not enough memory!"));
196 WARN(("FrameBufferBase!=VideoRamBase."));
206 WARN(("can't write to framebuffer memory!"));
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPInternal.cpp182 WARN(("VBoxHGSMISendViewInfo failed with rc=%#x, HGSMI disabled", rc));
207 WARN(("rc = %#xrc!", rc));
224 WARN(("VbglQueryVMMDevMemory rc = %#xrc", rc));
262 WARN(("VbglGRAlloc(VMMDevVideoAccelFlush) rc = %#xrc", rc));
315 WARN(("rc = %#xrc", rc));
322 WARN(("VbglGRAlloc(VMMDevVideoAccelEnable) rc = %#xrc", rc));
400 WARN(("!pDispContext for display %d", iDisplay));
436 WARN(("Failed to allocate %d bytes", size));
593 WARN(("VBoxVbvaCreateChannelContexts failed with rc=%#x", rc));
606 WARN(("!pDispContex
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DEdkLogger.py32 WARN = 30 variable
42 _LogLevels = [DEBUG_0, DEBUG_1, DEBUG_2, DEBUG_3, DEBUG_4, DEBUG_5, DEBUG_6, DEBUG_7, DEBUG_8, DEBUG_9, VERBOSE, WARN, INFO, ERROR, QUIET]
48 # For VERBOSE, INFO, WARN level
56 # String templates for ERROR/WARN/DEBUG log message
64 # Flag used to take WARN as ERROR.
115 if _InfoLogger.level > WARN:
142 _InfoLogger.log(WARN, LogText)
253 # For VERBOSE, INFO, WARN level
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/
H A DLog.py52 WARN = 30 variable
69 DEBUG_7, DEBUG_8, DEBUG_9, VERBOSE, WARN, INFO, ERROR, QUIET, \
78 # For VERBOSE, INFO, WARN level
89 # String templates for ERROR/WARN/DEBUG log message
163 if _INFO_LOGGER.level > WARN:
191 _INFO_LOGGER.log(WARN, LogText)
266 # For VERBOSE, INFO, WARN level
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_lists.c69 WARN(("recursive NewList?"));
H A Dpack_beginend.c18 WARN(("recursive begin?"));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dvolumetexture.c268 WARN("(%p) Level (%d)\n", This, Level);
279 WARN("(%p) Level(%d) overflow Levels(%d)\n", This, Level, This->baseTexture.levels);
391 WARN("(%p) : Texture cannot be created with a format of WINED3DFMT_UNKNOWN.\n", texture);
397 WARN("(%p) : Texture cannot be created - no volume texture support.\n", texture);
406 WARN("No mipmap generation support, returning D3DERR_INVALIDCALL.\n");
412 WARN("D3DUSAGE_AUTOGENMIPMAP is set, and level count > 1, returning D3DERR_INVALIDCALL.\n");
434 WARN("Failed to initialize basetexture, returning %#x.\n", hr);
H A Dcubetexture.c381 WARN("(%p) level(%d) overflow Levels(%d)\n", This, Level, This->baseTexture.levels);
398 WARN("(%p) level(%d) overflow Levels(%d) Or FaceType(%d)\n", This, Level, This->baseTexture.levels, FaceType);
415 WARN("(%p) level(%d) overflow Levels(%d) Or FaceType(%d)\n", This, Level, This->baseTexture.levels, FaceType);
432 WARN("(%p) level(%d) overflow Levels(%d) Or FaceType(%d)\n", This, Level, This->baseTexture.levels, FaceType);
447 WARN("(%p) overflow FaceType(%d)\n", This, FaceType);
511 WARN("(%p) : Texture cannot be created with a format of WINED3DFMT_UNKNOWN.\n", texture);
517 WARN("(%p) : Tried to create not supported cube texture.\n", texture);
526 WARN("No mipmap generation support, returning D3DERR_INVALIDCALL.\n");
532 WARN("D3DUSAGE_AUTOGENMIPMAP is set, and level count > 1, returning D3DERR_INVALIDCALL.\n");
554 WARN("Faile
[all...]
H A Dview.c52 WARN("%s not implemented, returning E_NOINTERFACE\n", debugstr_guid(riid));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dtexture.c73 WARN("Failed to initialize resource, returning %#x\n", hr);
469 WARN("Anisotropic filtering not supported.\n");
609 WARN("Texture doesn't have AUTOGENMIPMAP usage.\n");
640 WARN("sub_resource_idx %u >= sub_count %u.\n", sub_resource_idx, sub_count);
656 WARN("Failed to get sub-resource.\n");
859 WARN("(%p) : Texture cannot be created with a format of WINED3DFMT_UNKNOWN.\n", texture);
865 WARN("(%p) : Tried to create not supported cube texture.\n", texture);
874 WARN("No mipmap generation support, returning D3DERR_INVALIDCALL.\n");
880 WARN("D3DUSAGE_AUTOGENMIPMAP is set, and level count > 1, returning D3DERR_INVALIDCALL.\n");
903 WARN("Creatin
[all...]
H A Ddevice.c254 WARN("Skipping unsupported fixed function element of format %s and usage %s\n",
593 WARN("Invalid context, skipping clear.\n");
623 WARN("Failed to apply clear state, skipping clear.\n");
815 WARN("swapchain_idx %u >= swapchain_count %u.\n",
1191 WARN("Failed to create implicit swapchain\n");
1298 WARN("Failed to create implicit swapchain\n");
1507 WARN("Invalid stream output %u.\n", idx);
1546 WARN("Invalid stream output %u.\n", idx);
1565 WARN("Stream index %u out of range.\n", stream_idx);
1570 WARN("Offse
[all...]
H A Dquery.c66 WARN("Event query tested from wrong thread\n");
148 WARN("Event query finished from wrong thread\n");
344 WARN("%p Occlusion queries not supported. Returning 1.\n", query);
397 WARN("Event query not supported by GL, reporting GPU idle.\n");
570 WARN("Unsupported in local OpenGL implementation: ARB_OCCLUSION_QUERY.\n");
644 WARN("Failed to initialize query, hr %#x.\n", hr);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Ddevice.c267 WARN("Invalid handle %u passed.\n", handle);
274 WARN("Handle %u(%p) is not of type %#x.\n", handle, entry, type);
292 WARN("Invalid handle %u passed.\n", handle);
299 WARN("Handle %u(%p) is not of type %#x.\n", handle, entry, type);
324 WARN("%s not implemented, returning E_NOINTERFACE.\n", debugstr_guid(riid));
519 WARN("No cursor bitmap, returning D3DERR_INVALIDCALL.\n");
591 WARN("Texture %p (resource %p) in pool D3DPOOL_DEFAULT blocks the Reset call.\n", texture, resource);
600 WARN("Resource %p in pool D3DPOOL_DEFAULT blocks the Reset call.\n", resource);
607 WARN("Surface %p (resource %p) in pool D3DPOOL_DEFAULT blocks the Reset call.\n", surface, resource);
611 WARN("Surfac
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxD3DIf.h54 WARN(("dynamic creation is supported for VBOXWDDM_ALLOC_TYPE_STD_SHAREDPRIMARYSURFACE only!, current type is %d", pAlloc->enmType));
113 WARN(("unexpected enmD3DIfType %d", pRc->aAllocations[0].enmD3DIfType));

Completed in 224 milliseconds

123456789