|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
| DWORD CALLBACK HelDdSurfAddAttachedSurface | ( | LPDDHAL_ADDATTACHEDSURFACEDATA | lpDestroySurface | ) |
Definition at line 12 of file callbacks_surf_hel.c.
Referenced by StartDirectDrawHel().
| DWORD CALLBACK HelDdSurfBlt | ( | LPDDHAL_BLTDATA | lpBltData | ) |
Definition at line 17 of file callbacks_surf_hel.c.
Referenced by StartDirectDrawHel().
| DWORD CALLBACK HelDdSurfDestroySurface | ( | LPDDHAL_DESTROYSURFACEDATA | lpDestroySurfaceData | ) |
Definition at line 46 of file callbacks_surf_hel.c.
Referenced by StartDirectDrawHel().
| DWORD CALLBACK HelDdSurfFlip | ( | LPDDHAL_FLIPDATA | lpFlipData | ) |
Definition at line 51 of file callbacks_surf_hel.c.
Referenced by StartDirectDrawHel().
| DWORD CALLBACK HelDdSurfGetBltStatus | ( | LPDDHAL_GETBLTSTATUSDATA | lpGetBltStatusData | ) |
Definition at line 56 of file callbacks_surf_hel.c.
Referenced by StartDirectDrawHel().
| DWORD CALLBACK HelDdSurfGetFlipStatus | ( | LPDDHAL_GETFLIPSTATUSDATA | lpGetFlipStatusData | ) |
Definition at line 61 of file callbacks_surf_hel.c.
Referenced by StartDirectDrawHel().
| DWORD CALLBACK HelDdSurfLock | ( | LPDDHAL_LOCKDATA | lpLockData | ) |
Definition at line 66 of file callbacks_surf_hel.c.
Referenced by StartDirectDrawHel().
Definition at line 164 of file callbacks_surf_hel.c.
Referenced by StartDirectDrawHel().
| DWORD CALLBACK HelDdSurfSetClipList | ( | LPDDHAL_SETCLIPLISTDATA | lpSetClipListData | ) |
Definition at line 170 of file callbacks_surf_hel.c.
Referenced by StartDirectDrawHel().
| DWORD CALLBACK HelDdSurfSetColorKey | ( | LPDDHAL_SETCOLORKEYDATA | lpSetColorKeyData | ) |
Definition at line 175 of file callbacks_surf_hel.c.
Referenced by StartDirectDrawHel().
| DWORD CALLBACK HelDdSurfSetOverlayPosition | ( | LPDDHAL_SETOVERLAYPOSITIONDATA | lpSetOverlayPositionData | ) |
Definition at line 180 of file callbacks_surf_hel.c.
Referenced by StartDirectDrawHel().
| DWORD CALLBACK HelDdSurfSetPalette | ( | LPDDHAL_SETPALETTEDATA | lpSetPaletteData | ) |
Definition at line 185 of file callbacks_surf_hel.c.
Referenced by StartDirectDrawHel().
| DWORD CALLBACK HelDdSurfUnlock | ( | LPDDHAL_UNLOCKDATA | lpUnLockData | ) |
Definition at line 190 of file callbacks_surf_hel.c.
Referenced by StartDirectDrawHel().
| DWORD CALLBACK HelDdSurfUpdateOverlay | ( | LPDDHAL_UPDATEOVERLAYDATA | lpUpDateOverLayData | ) |
Definition at line 252 of file callbacks_surf_hel.c.
Referenced by StartDirectDrawHel().
| ULONG WINAPI Main_DirectDraw_AddRef | ( | LPDDRAWI_DIRECTDRAW_INT | This | ) |
Definition at line 145 of file ddraw_main.c.
Referenced by Create_DirectDraw(), Main_DirectDraw_CreatePalette(), Main_DirectDraw_CreateSurface4(), Main_DirectDraw_QueryInterface(), ThunkDirectDraw2_AddRef(), ThunkDirectDraw4_AddRef(), and ThunkDirectDraw_AddRef().
| HRESULT WINAPI Main_DirectDraw_Compact | ( | LPDDRAWI_DIRECTDRAW_INT | This | ) |
Definition at line 267 of file ddraw_main.c.
Referenced by ThunkDirectDraw2_Compact(), ThunkDirectDraw4_Compact(), and ThunkDirectDraw_Compact().
| HRESULT WINAPI Main_DirectDraw_CreateClipper | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| DWORD | dwFlags, | ||
| LPDIRECTDRAWCLIPPER * | ppClipper, | ||
| IUnknown * | pUnkOuter | ||
| ) |
Definition at line 17 of file ddraw_stubs.c.
Referenced by DirectDrawCreateClipper(), ThunkDirectDraw2_CreateClipper(), ThunkDirectDraw4_CreateClipper(), and ThunkDirectDraw_CreateClipper().
| HRESULT WINAPI Main_DirectDraw_CreatePalette | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| DWORD | dwFlags, | ||
| LPPALETTEENTRY | palent, | ||
| LPDIRECTDRAWPALETTE * | ppPalette, | ||
| LPUNKNOWN | pUnkOuter | ||
| ) |
Definition at line 545 of file ddraw_main.c.
Referenced by ThunkDirectDraw2_CreatePalette(), ThunkDirectDraw4_CreatePalette(), and ThunkDirectDraw_CreatePalette().
| HRESULT WINAPI Main_DirectDraw_CreateSurface | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| LPDDSURFACEDESC | pDDSD, | ||
| LPDDRAWI_DDRAWSURFACE_INT * | ppSurf, | ||
| IUnknown * | pUnkOuter | ||
| ) |
Definition at line 478 of file ddraw_main.c.
Referenced by ThunkDirectDraw2_CreateSurface(), ThunkDirectDraw4_CreateSurface(), and ThunkDirectDraw_CreateSurface().
| HRESULT WINAPI Main_DirectDraw_CreateSurface4 | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| LPDDSURFACEDESC2 | pDDSD, | ||
| LPDDRAWI_DDRAWSURFACE_INT * | ppSurf, | ||
| IUnknown * | pUnkOuter | ||
| ) |
Definition at line 516 of file ddraw_main.c.
| HRESULT WINAPI Main_DirectDraw_DuplicateSurface | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| LPDIRECTDRAWSURFACE7 | src, | ||
| LPDIRECTDRAWSURFACE7 * | dst | ||
| ) |
Definition at line 26 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw2_DuplicateSurface(), ThunkDirectDraw4_DuplicateSurface(), and ThunkDirectDraw_DuplicateSurface().
| HRESULT WINAPI Main_DirectDraw_EnumDisplayModes | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| DWORD | dwFlags, | ||
| LPDDSURFACEDESC | pDDSD, | ||
| LPVOID | pContext, | ||
| LPDDENUMMODESCALLBACK | pCallback | ||
| ) |
Definition at line 14 of file ddraw_displaymode.c.
Referenced by ThunkDirectDraw2_EnumDisplayModes(), ThunkDirectDraw4_EnumDisplayModes(), and ThunkDirectDraw_EnumDisplayModes().
| HRESULT WINAPI Main_DirectDraw_EnumDisplayModes4 | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| DWORD | dwFlags, | ||
| LPDDSURFACEDESC2 | pDDSD, | ||
| LPVOID | pContext, | ||
| LPDDENUMMODESCALLBACK2 | pCallback | ||
| ) |
Definition at line 112 of file ddraw_displaymode.c.
| HRESULT WINAPI Main_DirectDraw_EnumSurfaces | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| DWORD | dwFlags, | ||
| LPDDSURFACEDESC | lpDDSD2, | ||
| LPVOID | context, | ||
| LPDDENUMSURFACESCALLBACK | callback | ||
| ) |
Definition at line 34 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw2_EnumSurfaces(), ThunkDirectDraw4_EnumSurfaces(), and ThunkDirectDraw_EnumSurfaces().
| HRESULT WINAPI Main_DirectDraw_EnumSurfaces4 | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| DWORD | dwFlags, | ||
| LPDDSURFACEDESC2 | lpDDSD2, | ||
| LPVOID | context, | ||
| LPDDENUMSURFACESCALLBACK2 | callback | ||
| ) |
Definition at line 43 of file ddraw_stubs.c.
| HRESULT WINAPI Main_DirectDraw_EnumSurfaces7 | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| DWORD | dwFlags, | ||
| LPDDSURFACEDESC2 | lpDDSD2, | ||
| LPVOID | context, | ||
| LPDDENUMSURFACESCALLBACK7 | callback | ||
| ) |
Definition at line 52 of file ddraw_stubs.c.
| HRESULT WINAPI Main_DirectDraw_EvaluateMode | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| DWORD | a, | ||
| DWORD * | b | ||
| ) |
Definition at line 131 of file ddraw_stubs.c.
| HRESULT WINAPI Main_DirectDraw_FlipToGDISurface | ( | LPDDRAWI_DIRECTDRAW_INT | This | ) |
Definition at line 64 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw2_FlipToGDISurface(), ThunkDirectDraw4_FlipToGDISurface(), and ThunkDirectDraw_FlipToGDISurface().
| HRESULT WINAPI Main_DirectDraw_GetAvailableVidMem4 | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| LPDDSCAPS2 | ddscaps, | ||
| LPDWORD | dwTotal, | ||
| LPDWORD | dwFree | ||
| ) |
Definition at line 318 of file ddraw_main.c.
Referenced by Main_DirectDraw_GetAvailableVidMem(), and Main_DirectDraw_GetCaps().
| HRESULT WINAPI Main_DirectDraw_GetCaps | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| LPDDCAPS | pDriverCaps, | ||
| LPDDCAPS | pHELCaps | ||
| ) |
Definition at line 23 of file GetCaps.c.
Referenced by ThunkDirectDraw2_GetCaps(), ThunkDirectDraw4_GetCaps(), and ThunkDirectDraw_GetCaps().
| HRESULT WINAPI Main_DirectDraw_GetDeviceIdentifier7 | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| LPDDDEVICEIDENTIFIER2 | pDDDI, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 58 of file GetDeviceIdentifier.c.
Referenced by Main_DirectDraw_GetDeviceIdentifier().
| HRESULT WINAPI Main_DirectDraw_GetDisplayMode | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| LPDDSURFACEDESC | pDDSD | ||
| ) |
Definition at line 366 of file ddraw_displaymode.c.
Referenced by ThunkDirectDraw2_GetDisplayMode(), ThunkDirectDraw4_GetDisplayMode(), and ThunkDirectDraw_GetDisplayMode().
| HRESULT WINAPI Main_DirectDraw_GetDisplayMode4 | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| LPDDSURFACEDESC2 | pDDSD | ||
| ) |
Definition at line 402 of file ddraw_displaymode.c.
| HRESULT WINAPI Main_DirectDraw_GetFourCCCodes | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| LPDWORD | lpNumCodes, | ||
| LPDWORD | lpCodes | ||
| ) |
Definition at line 418 of file ddraw_main.c.
Referenced by ThunkDirectDraw2_GetFourCCCodes(), ThunkDirectDraw4_GetFourCCCodes(), and ThunkDirectDraw_GetFourCCCodes().
| HRESULT WINAPI Main_DirectDraw_GetGDISurface | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| LPDIRECTDRAWSURFACE7 * | lplpGDIDDSSurface | ||
| ) |
Definition at line 72 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw2_GetGDISurface(), ThunkDirectDraw4_GetGDISurface(), and ThunkDirectDraw_GetGDISurface().
| HRESULT WINAPI Main_DirectDraw_GetMonitorFrequency | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| LPDWORD | lpFreq | ||
| ) |
Definition at line 333 of file ddraw_displaymode.c.
Referenced by ThunkDirectDraw2_GetMonitorFrequency(), ThunkDirectDraw4_GetMonitorFrequency(), and ThunkDirectDraw_GetMonitorFrequency().
| HRESULT WINAPI Main_DirectDraw_GetScanLine | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| LPDWORD | lpdwScanLine | ||
| ) |
Definition at line 80 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw2_GetScanLine(), ThunkDirectDraw4_GetScanLine(), and ThunkDirectDraw_GetScanLine().
| HRESULT WINAPI Main_DirectDraw_GetSurfaceFromDC | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| HDC | hdc, | ||
| LPDIRECTDRAWSURFACE7 * | lpDDS | ||
| ) |
Definition at line 104 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw4_GetSurfaceFromDC().
| HRESULT WINAPI Main_DirectDraw_GetVerticalBlankStatus | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| LPBOOL | lpbIsInVB | ||
| ) |
Definition at line 87 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw2_GetVerticalBlankStatus(), ThunkDirectDraw4_GetVerticalBlankStatus(), and ThunkDirectDraw_GetVerticalBlankStatus().
| HRESULT WINAPI Main_DirectDraw_Initialize | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| LPGUID | lpGUID | ||
| ) |
Definition at line 247 of file ddraw_main.c.
| HRESULT WINAPI Main_DirectDraw_QueryInterface | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| REFIID | id, | ||
| LPVOID * | obj | ||
| ) |
Definition at line 37 of file ddraw_main.c.
Referenced by ThunkDirectDraw2_QueryInterface(), ThunkDirectDraw4_QueryInterface(), and ThunkDirectDraw_QueryInterface().
| ULONG WINAPI Main_DirectDraw_Release | ( | LPDDRAWI_DIRECTDRAW_INT | This | ) |
Definition at line 194 of file ddraw_main.c.
Referenced by DirectDrawPalette_Release(), Main_DDrawSurface_Release4(), ThunkDirectDraw2_Release(), ThunkDirectDraw4_Release(), and ThunkDirectDraw_Release().
| HRESULT WINAPI Main_DirectDraw_RestoreAllSurfaces | ( | LPDDRAWI_DIRECTDRAW_INT | This | ) |
Definition at line 111 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw4_RestoreAllSurfaces().
| HRESULT WINAPI Main_DirectDraw_RestoreDisplayMode | ( | LPDDRAWI_DIRECTDRAW_INT | This | ) |
Definition at line 306 of file ddraw_displaymode.c.
Referenced by ThunkDirectDraw2_RestoreDisplayMode(), ThunkDirectDraw4_RestoreDisplayMode(), and ThunkDirectDraw_RestoreDisplayMode().
| HRESULT WINAPI Main_DirectDraw_SetCooperativeLevel | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| HWND | hwnd, | ||
| DWORD | cooplevel | ||
| ) |
Definition at line 13 of file ddraw_setcooperativelevel.c.
Referenced by ThunkDirectDraw2_SetCooperativeLevel(), ThunkDirectDraw4_SetCooperativeLevel(), and ThunkDirectDraw_SetCooperativeLevel().
| HRESULT WINAPI Main_DirectDraw_SetDisplayMode | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| DWORD | dwWidth, | ||
| DWORD | dwHeight, | ||
| DWORD | dwBPP | ||
| ) |
Definition at line 210 of file ddraw_displaymode.c.
Referenced by ThunkDirectDraw2_SetDisplayMode(), ThunkDirectDraw4_SetDisplayMode(), and ThunkDirectDraw_SetDisplayMode().
| HRESULT WINAPI Main_DirectDraw_SetDisplayMode2 | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| DWORD | dwWidth, | ||
| DWORD | dwHeight, | ||
| DWORD | dwBPP, | ||
| DWORD | dwRefreshRate, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 218 of file ddraw_displaymode.c.
Referenced by Main_DirectDraw_SetDisplayMode().
| HRESULT WINAPI Main_DirectDraw_StartModeTest | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| LPSIZE | pModes, | ||
| DWORD | dwNumModes, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 124 of file ddraw_stubs.c.
| HRESULT WINAPI Main_DirectDraw_TestCooperativeLevel | ( | LPDDRAWI_DIRECTDRAW_INT | This | ) |
Definition at line 117 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw4_TestCooperativeLevel().
| HRESULT WINAPI Main_DirectDraw_WaitForVerticalBlank | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
| DWORD | dwFlags, | ||
| HANDLE | h | ||
| ) |
Definition at line 97 of file ddraw_stubs.c.
Referenced by ThunkDirectDraw2_WaitForVerticalBlank(), ThunkDirectDraw4_WaitForVerticalBlank(), and ThunkDirectDraw_WaitForVerticalBlank().