ReactOS 0.4.16-dev-289-g096a551
|
#include "rosdraw.h"
Go to the source code of this file.
Classes | |
struct | DirectDrawEnumerateProcData |
Variables | |
HMODULE | hDllModule = 0 |
CRITICAL_SECTION | ddcs |
Definition at line 412 of file main.c.
Referenced by DirectDrawPalette_Release(), Main_DDrawSurface_Release(), Main_DirectDraw_AddRef(), Main_DirectDraw_Compact(), and Main_DirectDraw_Release().
Definition at line 357 of file main.c.
Referenced by BuildReturnCode().
HRESULT WINAPI DirectDrawCreate | ( | LPGUID | lpGUID, |
LPDIRECTDRAW * | lplpDD, | ||
LPUNKNOWN | pUnkOuter | ||
) |
Definition at line 86 of file main.c.
Referenced by create_directdraw(), d3drm1_CreateDeviceFromClipper(), d3drm3_CreateDeviceFromClipper(), DDOffscreenBufferTest(), DDPrimarySurfaceTest(), test_create_device_from_clipper1(), test_create_device_from_clipper2(), test_create_device_from_clipper3(), test_create_device_from_d3d1(), test_create_device_from_d3d2(), test_create_device_from_d3d3(), test_create_device_from_surface1(), test_create_device_from_surface2(), test_create_device_from_surface3(), test_create_texture_from_surface(), Test_CreateDDraw(), test_viewport_clear1(), and test_viewport_clear2().
HRESULT WINAPI DirectDrawCreateClipper | ( | DWORD | dwFlags, |
LPDIRECTDRAWCLIPPER * | lplpDDClipper, | ||
LPUNKNOWN | pUnkOuter | ||
) |
Definition at line 55 of file main.c.
Referenced by CF_CreateDirectDrawClipper(), test_create_device_from_clipper1(), test_create_device_from_clipper2(), test_create_device_from_clipper3(), test_Device(), test_device_qi(), test_Viewport(), and test_viewport_qi().
HRESULT WINAPI DirectDrawCreateEx | ( | LPGUID | lpGUID, |
LPVOID * | lplpDD, | ||
REFIID | id, | ||
LPUNKNOWN | pUnkOuter | ||
) |
Definition at line 139 of file main.c.
Referenced by CreateSurface(), DirectDrawMediaStreamImpl_IDirectDrawMediaStream_GetDirectDraw(), fill_display_information_fallback(), get_texture_memory(), Test_CreateDDraw(), Test_CreateSurface(), Test_DisplayModes(), Test_GetAvailableVidMem(), Test_GetDeviceIdentifier(), Test_GetFourCCCodes(), Test_GetMonitorFrequency(), and Test_SetCooperativeLevel().
Definition at line 180 of file main.c.
HRESULT WINAPI DirectDrawEnumerateExA | ( | LPDDENUMCALLBACKEXA | lpCallback, |
LPVOID | lpContext, | ||
DWORD | dwFlags | ||
) |
Definition at line 208 of file main.c.
Referenced by DirectDrawEnumerateA().
HRESULT WINAPI DirectDrawEnumerateExW | ( | LPDDENUMCALLBACKEXW | lpCallback, |
LPVOID | lpContext, | ||
DWORD | dwFlags | ||
) |
Definition at line 430 of file main.c.
Definition at line 421 of file main.c.
Referenced by DirectDrawPalette_Release(), Main_DDrawSurface_Release(), Main_DirectDraw_AddRef(), Main_DirectDraw_Compact(), and Main_DirectDraw_Release().
BOOL CALLBACK TranslateCallbackA | ( | GUID * | lpGUID, |
LPSTR | lpDriverDescription, | ||
LPSTR | lpDriverName, | ||
LPVOID | lpContext, | ||
HMONITOR | hm | ||
) |
Definition at line 26 of file main.c.
Referenced by DirectDrawEnumerateA().
CRITICAL_SECTION ddcs |
Definition at line 14 of file main.c.
Referenced by AcquireDDThreadLock(), DllMain(), Main_DirectDraw_CreatePalette(), Main_DirectDraw_CreateSurface(), Main_DirectDraw_CreateSurface4(), Main_DirectDraw_GetCaps(), Main_DirectDraw_GetDeviceIdentifier7(), and ReleaseDDThreadLock().
HMODULE hDllModule = 0 |
Definition at line 12 of file main.c.
Referenced by DirectDrawEnumerateExA(), and DllMain().