Home
last modified time | relevance | path

Searched refs:DDERR_GENERIC (Results 1 – 19 of 19) sorted by relevance

/reactos/dll/directx/ddraw/thunks/
H A Dsurface_thunk.c125 HRESULT hr = DDERR_GENERIC; in Thunk_DDrawSurface3_GetAttachedSurface()
160 HRESULT hr = DDERR_GENERIC; in Thunk_DDrawSurface3_GetCaps()
243 HRESULT retValue = DDERR_GENERIC; in Thunk_DDrawSurface3_GetSurfaceDesc()
269 HRESULT retValue = DDERR_GENERIC; in Thunk_DDrawSurface3_Initialize()
308 HRESULT retValue = DDERR_GENERIC; in Thunk_DDrawSurface3_Lock()
457 HRESULT retValue = DDERR_GENERIC; in Thunk_DDrawSurface3_SetSurfaceDesc()
H A Dddraw_thunk.c164 HRESULT retValue = DDERR_GENERIC; in ThunkDirectDraw_CreateSurface()
196 HRESULT retValue = DDERR_GENERIC; in ThunkDirectDraw2_CreateSurface()
275 HRESULT retValue = DDERR_GENERIC; in ThunkDirectDraw_EnumDisplayModes()
304 HRESULT retValue = DDERR_GENERIC; in ThunkDirectDraw2_EnumDisplayModes()
347 HRESULT retValue = DDERR_GENERIC; in ThunkDirectDraw_EnumSurfaces()
376 HRESULT retValue = DDERR_GENERIC; in ThunkDirectDraw2_EnumSurfaces()
464 HRESULT retValue = DDERR_GENERIC; in ThunkDirectDraw_GetDisplayMode()
489 HRESULT retValue = DDERR_GENERIC; in ThunkDirectDraw2_GetDisplayMode()
812 HRESULT retValue = DDERR_GENERIC; in ThunkDirectDraw4_GetDeviceIdentifier()
/reactos/dll/directx/d3d9/
H A Dd3d9_helpers.c54 return DDERR_GENERIC; in SafeFormatString()
77 hr = DDERR_GENERIC; in SafeCopyString()
H A Ddevice.c73 return DDERR_GENERIC; in InitD3D9BaseDevice()
88 return DDERR_GENERIC; in InitD3D9BaseDevice()
H A Dd3d9_swapchain.c229 return DDERR_GENERIC; in Direct3DSwapChain9_Init()
H A Dd3d9_create.c265 return DDERR_GENERIC; in CreateD3D9()
/reactos/dll/directx/ddraw/
H A Dmain.c90 HRESULT retVal = DDERR_GENERIC; in DirectDrawCreate()
144 HRESULT retVal = DDERR_GENERIC; in DirectDrawCreateEx()
/reactos/modules/rostests/dxtest/win32kdxtest/
H A DNtGdiDdGetScanLine.c30 puGetScanLineData.ddRVal = DDERR_GENERIC; in test_NtGdiDdGetScanLine()
/reactos/dll/directx/ddraw/Surface/
H A Dsurface_main.c607 return DDERR_GENERIC; in Main_DDrawSurface_GetBltStatus()
753 return DDERR_GENERIC; in Main_DDrawSurface_GetSurfaceDesc()
860 return DDERR_GENERIC; in Main_DDrawSurface_ReleaseDC()
933 return DDERR_GENERIC; in Main_DDrawSurface_SetOverlayPosition()
H A Dcreatesurface.c238 mDdCanCreateSurface.ddRVal = DDERR_GENERIC; in Internal_CreateSurface()
256 mDdCreateSurface.ddRVal = DDERR_GENERIC; in Internal_CreateSurface()
H A Dsurface_stubs.c264 return DDERR_GENERIC; in Main_DDrawSurface_UpdateOverlayDisplay()
/reactos/modules/rostests/dxtest/ddraw/
H A Ddebug.cpp14 case DDERR_GENERIC: return "DDERR_GENERIC"; in DDErrorString()
/reactos/win32ss/drivers/displays/framebuf/
H A Ddd.c76 pcsd->ddRVal = DDERR_GENERIC; in DdCreateSurface()
/reactos/dll/directx/ddraw/Palette/
H A Dcreatepalette.c103 mDdCreatePalette.ddRVal = DDERR_GENERIC; in Internal_CreatePalette()
/reactos/modules/rostests/tests/DxHalTest/
H A Dmain.h168 case DDERR_GENERIC: return "DDERR_GENERIC"; in DDErrorString()
/reactos/dll/directx/ddraw/Ddraw/
H A Dddraw_main.c481 HRESULT ret = DDERR_GENERIC; in Main_DirectDraw_CreateSurface()
H A Dddraw_displaymode.c284 ret = DDERR_GENERIC; in Main_DirectDraw_SetDisplayMode2()
/reactos/win32ss/gdi/gdi32/misc/
H A Dgdientry.c446 pCreateSurface->ddRVal = DDERR_GENERIC; in DdCreateSurface()
459 pCreateSurface->ddRVal = DDERR_GENERIC; in DdCreateSurface()
912 pDrvInfoData.ddRVal = DDERR_GENERIC; in DdGetDriverInfo()
/reactos/sdk/include/psdk/
H A Dddraw.h72 #define DDERR_GENERIC E_FAIL macro