Searched refs:E_OUTOFMEMORY (Results 1 - 25 of 35) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
H A Ddirectx.h43 #ifndef E_OUTOFMEMORY
44 #define E_OUTOFMEMORY (HRESULT)0x8007000EL macro
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
H A Ddirectx.h43 #ifndef E_OUTOFMEMORY
44 #define E_OUTOFMEMORY (HRESULT)0x8007000EL macro
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DBlit.cpp162 ASSERT(hr == D3DERR_OUTOFVIDEOMEMORY || hr == E_OUTOFMEMORY);
180 ASSERT(hr == D3DERR_OUTOFVIDEOMEMORY || hr == E_OUTOFMEMORY);
402 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY);
411 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY);
423 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY);
497 ASSERT(SUCCEEDED(hr) || hr == D3DERR_OUTOFVIDEOMEMORY || hr == E_OUTOFMEMORY); local
525 ASSERT(SUCCEEDED(hr) || hr == D3DERR_OUTOFVIDEOMEMORY || hr == E_OUTOFMEMORY); local
H A DRenderbuffer.cpp217 if (result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY)
340 if (result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY)
H A DTexture.cpp767 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY);
1519 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY);
1570 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY);
1584 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY);
1596 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY);
1609 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY);
1957 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY);
2011 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY);
2027 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY);
2039 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY);
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
H A DSurface.cpp135 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY);
148 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY);
162 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY);
233 ASSERT(SUCCEEDED(hr) || hr == D3DERR_OUTOFVIDEOMEMORY || hr == E_OUTOFMEMORY); local
247 ASSERT(SUCCEEDED(hr) || hr == D3DERR_OUTOFVIDEOMEMORY || hr == E_OUTOFMEMORY); local
433 if (result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY || result == D3DERR_DRIVERINTERNALERROR)
H A DDisplay.cpp113 else if (FAILED(result)) // D3DERR_OUTOFVIDEOMEMORY, E_OUTOFMEMORY, D3DERR_INVALIDDEVICE, or another error we can't recover from
349 if (result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY || result == D3DERR_DEVICELOST)
360 ASSERT(result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY || result == D3DERR_NOTAVAILABLE || result == D3DERR_DEVICELOST);
/external/webkit/Source/WebCore/platform/win/
H A DWCDataObject.cpp145 return E_OUTOFMEMORY;
273 return E_OUTOFMEMORY;
279 return E_OUTOFMEMORY;
347 return E_OUTOFMEMORY;
/external/webkit/Source/WebKit/win/
H A DWebKitClassFactory.cpp178 return E_OUTOFMEMORY;
H A DWebNotification.cpp120 return E_OUTOFMEMORY;
H A DWebURLResponse.cpp307 return E_OUTOFMEMORY;
338 return E_OUTOFMEMORY;
352 return E_OUTOFMEMORY;
H A DDOMCSSClasses.cpp107 return E_OUTOFMEMORY;
H A DMemoryStream.cpp257 // FIXME: MSDN says we should be returning STG_E_INSUFFICIENT_MEMORY instead of E_OUTOFMEMORY here.
258 return (*ppstm) ? S_OK : E_OUTOFMEMORY;
H A DWebKitDLL.cpp96 return E_OUTOFMEMORY;
H A DDefaultDownloadDelegate.cpp123 return E_OUTOFMEMORY;
H A DWebElementPropertyBag.cpp106 return E_OUTOFMEMORY;
H A DWebHistoryItem.cpp408 return E_OUTOFMEMORY;
414 return E_OUTOFMEMORY;
H A DCOMPropertyBag.h222 return E_OUTOFMEMORY;
/external/webkit/Source/WebCore/platform/graphics/win/
H A DUniscribeController.cpp187 while (ScriptItemize(cp, length, m_items.size() - 1, &m_control, &m_state, m_items.data(), &numItems) == E_OUTOFMEMORY) {
397 } else if (shapeResult == E_OUTOFMEMORY) {
402 } while (shapeResult == E_PENDING || shapeResult == E_OUTOFMEMORY);
/external/quake/quake/src/QW/dxsdk/sdk/inc/
H A Ddplay.h183 #define DPERR_NOMEMORY E_OUTOFMEMORY
H A Ddsound.h257 #define DSERR_OUTOFMEMORY E_OUTOFMEMORY
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
H A DDPLAY.H183 #define DPERR_NOMEMORY E_OUTOFMEMORY
H A DDSOUND.H257 #define DSERR_OUTOFMEMORY E_OUTOFMEMORY
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelper.cpp502 if (hr != E_OUTOFMEMORY) {
575 } else if (hr == E_OUTOFMEMORY) {
/external/expat/xmlwf/
H A Dxmlwin32url.cxx264 return E_OUTOFMEMORY;

Completed in 442 milliseconds

12