ReactOS 0.4.16-dev-112-g52265ae
|
Go to the source code of this file.
Functions | |
NTSTATUS NTAPI | DriverEntry (IN PVOID Context1, IN PVOID Context2) |
NTSTATUS APIENTRY | DxDdStartupDxGraphics (ULONG SizeEngDrv, PDRVENABLEDATA pDxEngDrv, ULONG SizeDxgDrv, PDRVENABLEDATA pDxgDrv, PULONG DirectDrawContext, PEPROCESS Proc) |
NTSTATUS APIENTRY | DxDdCleanupDxGraphics (VOID) |
Variables | |
LONG | gcDummyPageRefCnt = 0 |
HSEMAPHORE | ghsemDummyPage = NULL |
VOID * | gpDummyPage = NULL |
PEPROCESS | gpepSession = NULL |
PLARGE_INTEGER | gpLockShortDelay = NULL |
DXENG_FUNCTIONS | gpEngFuncs |
const ULONG | gcDxgFuncs = DXG_INDEX_DxDdIoctl + 1 |
Definition at line 118 of file main.c.
NTSTATUS APIENTRY DxDdStartupDxGraphics | ( | ULONG | SizeEngDrv, |
PDRVENABLEDATA | pDxEngDrv, | ||
ULONG | SizeDxgDrv, | ||
PDRVENABLEDATA | pDxgDrv, | ||
PULONG | DirectDrawContext, | ||
PEPROCESS | Proc | ||
) |
Definition at line 34 of file main.c.
Referenced by InitializeGreCSRSS().
LONG gcDummyPageRefCnt = 0 |
Definition at line 14 of file main.c.
Referenced by DxDdCleanupDxGraphics(), and DxDdStartupDxGraphics().
const ULONG gcDxgFuncs = DXG_INDEX_DxDdIoctl + 1 |
Definition at line 22 of file main.c.
Referenced by DxDdStartupDxGraphics().
HSEMAPHORE ghsemDummyPage = NULL |
Definition at line 15 of file main.c.
Referenced by DxDdCleanupDxGraphics(), and DxDdStartupDxGraphics().
Definition at line 16 of file main.c.
Referenced by DxDdCleanupDxGraphics(), and DxDdStartupDxGraphics().
DXENG_FUNCTIONS gpEngFuncs |
Definition at line 20 of file main.c.
Referenced by DxDdCanCreateD3DBuffer(), DxDdCanCreateSurface(), DxDdCreateDirectDrawObject(), DxDdEnableDirectDraw(), DxDdGetDriverInfo(), DxDdQueryDirectDrawObject(), DxDdReenableDirectDrawObject(), DxDdStartupDxGraphics(), intDdCreateDirectDrawLocal(), intDdCreateNewSurfaceObject(), intDdCreateSurfaceOrBuffer(), and intDdEnableDriver().
Definition at line 17 of file main.c.
Referenced by DxDdStartupDxGraphics().
PLARGE_INTEGER gpLockShortDelay = NULL |
Definition at line 18 of file main.c.
Referenced by DdHmgCreate().