ReactOS 0.4.16-dev-1223-gddcd5f7
|
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) |
NTSTATUS NTAPI | EngpUpdateMonitorDevices (_In_ PGRAPHICS_DEVICE pGraphicsDevice) |
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 893 of file device.c.
PGRAPHICS_DEVICE NTAPI EngpFindGraphicsDevice | ( | _In_opt_ PUNICODE_STRING | pustrDevice, |
_In_ ULONG | iDevNum | ||
) |
Definition at line 780 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 420 of file device.c.
Referenced by MDEVOBJ_Create().
NTSTATUS EngpGetDisplayDriverParameters | ( | _In_ PGRAPHICS_DEVICE | pGraphicsDevice, |
_Out_ PDEVMODEW | pdm | ||
) |
Definition at line 374 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 647 of file device.c.
Referenced by InitDisplayDriver().
Definition at line 182 of file device.c.
Referenced by co_IntInitializeDesktopGraphics(), InitVideo(), and UserEnumDisplayDevices().
NTSTATUS NTAPI EngpUpdateMonitorDevices | ( | _In_ PGRAPHICS_DEVICE | pGraphicsDevice | ) |
Definition at line 568 of file device.c.
Referenced by EngpRegisterGraphicsDevice(), and UserEnumDisplayDevices().
Definition at line 436 of file pdevobj.c.
Referenced by UserEnumDisplaySettings().