ReactOS 0.4.16-dev-226-g79f2289
|
Go to the source code of this file.
LPDDRAWI_DIRECTDRAW_INT internal_directdraw_int_alloc | ( | LPDDRAWI_DIRECTDRAW_INT | This | ) |
Definition at line 23 of file ddraw_main.c.
Referenced by Main_DirectDraw_QueryInterface().
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_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_GetAvailableVidMem | ( | LPDDRAWI_DIRECTDRAW_INT | This, |
LPDDSCAPS | ddscaps, | ||
LPDWORD | dwTotal, | ||
LPDWORD | dwFree | ||
) |
Definition at line 296 of file ddraw_main.c.
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_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_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().