ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | TAG_GDEV 'gdev' |
Functions | |
VOID NTAPI | PDEVOBJ_vRefreshModeList (PPDEVOBJ ppdev) |
VOID APIENTRY | EngFileWrite (_In_ PFILE_OBJECT pFileObject, _In_reads_(nLength) PVOID lpBuffer, _In_ SIZE_T nLength, _Out_ PSIZE_T lpBytesWritten) |
PGRAPHICS_DEVICE NTAPI | EngpFindGraphicsDevice (_In_opt_ PUNICODE_STRING pustrDevice, _In_ ULONG iDevNum) |
PGRAPHICS_DEVICE NTAPI | EngpRegisterGraphicsDevice (_In_ PUNICODE_STRING pustrDeviceName, _In_ PUNICODE_STRING pustrDiplayDrivers, _In_ PUNICODE_STRING pustrDescription) |
NTSTATUS | EngpUpdateGraphicsDeviceList (VOID) |
NTSTATUS | EngpGetDisplayDriverParameters (_In_ PGRAPHICS_DEVICE pGraphicsDevice, _Out_ PDEVMODEW pdm) |
DWORD | EngpGetDisplayDriverAccelerationLevel (_In_ PGRAPHICS_DEVICE pGraphicsDevice) |
NTSTATUS NTAPI | InitDeviceImpl (VOID) |
VOID APIENTRY EngFileWrite | ( | _In_ PFILE_OBJECT | pFileObject, |
_In_reads_(nLength) PVOID | lpBuffer, | ||
_In_ SIZE_T | nLength, | ||
_Out_ PSIZE_T | lpBytesWritten | ||
) |
Definition at line 754 of file device.c.
PGRAPHICS_DEVICE NTAPI EngpFindGraphicsDevice | ( | _In_opt_ PUNICODE_STRING | pustrDevice, |
_In_ ULONG | iDevNum | ||
) |
Definition at line 641 of file device.c.
Referenced by co_IntInitializeDesktopGraphics(), EngpUpdateGraphicsDeviceList(), MDEVOBJ_Create(), PDEVOBJ_lChangeDisplaySettings(), UserEnumDisplayDevices(), and UserEnumDisplaySettings().
DWORD EngpGetDisplayDriverAccelerationLevel | ( | _In_ PGRAPHICS_DEVICE | pGraphicsDevice | ) |
Definition at line 400 of file device.c.
Referenced by MDEVOBJ_Create().
NTSTATUS EngpGetDisplayDriverParameters | ( | _In_ PGRAPHICS_DEVICE | pGraphicsDevice, |
_Out_ PDEVMODEW | pdm | ||
) |
Definition at line 354 of file device.c.
Referenced by LDEVOBJ_bProbeAndCaptureDevmode().
PGRAPHICS_DEVICE NTAPI EngpRegisterGraphicsDevice | ( | _In_ PUNICODE_STRING | pustrDeviceName, |
_In_ PUNICODE_STRING | pustrDiplayDrivers, | ||
_In_ PUNICODE_STRING | pustrDescription | ||
) |
Definition at line 497 of file device.c.
Referenced by InitDisplayDriver().
Definition at line 174 of file device.c.
Referenced by InitVideo(), and UserEnumDisplayDevices().
Definition at line 436 of file pdevobj.c.
Referenced by UserEnumDisplaySettings().