ReactOS 0.4.16-dev-716-g2b2bdab
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
static PPDEVOBJ | gppdevList = NULL |
static HSEMAPHORE | ghsemPDEV |
DRVFN | gPanDispDrvFn [] |
ULONG | gPanDispDrvCount |
_Success_ | ( | return! | = FALSE | ) |
Definition at line 1299 of file pdevobj.c.
DBG_DEFAULT_CHANNEL | ( | EngPDev | ) |
_Must_inspect_result_ _Ret_z_ LPWSTR APIENTRY EngGetDriverName | ( | _In_ HDEV | hdev | ) |
PPDEVOBJ NTAPI EngpGetPDEV | ( | _In_opt_ PUNICODE_STRING | pustrDeviceName | ) |
Definition at line 815 of file pdevobj.c.
Referenced by GreCreateCompatibleDC(), GreOpenDCW(), NtGdiExtEscape(), UserChangeDisplaySettings(), UserEnumCurrentDisplaySettings(), and UserEnumDisplaySettings().
BOOL APIENTRY EngQueryDeviceAttribute | ( | _In_ HDEV | hdev, |
_In_ ENG_DEVICE_ATTRIBUTE | devAttr, | ||
_In_reads_bytes_(cjInSize) PVOID | pvIn, | ||
_In_ ULONG | cjInSize, | ||
_Out_writes_bytes_(cjOutSize) PVOID | pvOut, | ||
_In_ ULONG | cjOutSize | ||
) |
BOOL APIENTRY MultiEnableDriver | ( | _In_ ULONG | iEngineVersion, |
_In_ ULONG | cj, | ||
_Inout_bytecount_(cj) PDRVENABLEDATA | pded | ||
) |
Definition at line 17 of file multidisp.c.
Referenced by PDEVOBJ_Create().
Definition at line 1153 of file pdevobj.c.
Definition at line 1342 of file pdevobj.c.
Definition at line 63 of file pdevobj.c.
Referenced by PDEVOBJ_Create().
Definition at line 412 of file pdevobj.c.
Referenced by MDEVOBJ_bDisable(), PDEVOBJ_bSwitchMode(), PDEVOBJ_Create(), and PDEVOBJ_lChangeDisplaySettings().
Definition at line 651 of file pdevobj.c.
Referenced by PDEVOBJ_bSwitchMode(), and PDEVOBJ_lChangeDisplaySettings().
BOOL NTAPI PDEVOBJ_bEnablePDEV | ( | _In_ PPDEVOBJ | ppdev, |
_In_ PDEVMODEW | pdevmode, | ||
_In_ PWSTR | pwszLogAddress | ||
) |
Definition at line 174 of file pdevobj.c.
Referenced by PDEVOBJ_Create().
Definition at line 712 of file pdevobj.c.
Referenced by UserChangeDisplaySettings(), and UserRefreshDisplay().
PPDEVOBJ PDEVOBJ_Create | ( | _In_opt_ PGRAPHICS_DEVICE | pGraphicsDevice, |
_In_opt_ PDEVMODEW | pdm, | ||
_In_ ULONG | dwAccelerationLevel, | ||
_In_ ULONG | ldevtype | ||
) |
Definition at line 467 of file pdevobj.c.
Referenced by MDEVOBJ_Create(), PDEVOBJ_bSwitchMode(), and PDEVOBJ_lChangeDisplaySettings().
LONG PDEVOBJ_lChangeDisplaySettings | ( | _In_opt_ PUNICODE_STRING | pustrDeviceName, |
_In_opt_ PDEVMODEW | RequestedMode, | ||
_In_opt_ PMDEVOBJ | pmdevOld, | ||
_Out_ PMDEVOBJ * | ppmdevNew, | ||
_In_ BOOL | bSearchClosestMode | ||
) |
Definition at line 865 of file pdevobj.c.
Referenced by co_IntInitializeDesktopGraphics().
Definition at line 311 of file pdevobj.c.
Referenced by DC_vInitDc(), DC_vUpdateDC(), IntCreatePrimarySurface(), PDEVOBJ_bSwitchMode(), and PDEVOBJ_Create().
Definition at line 1375 of file pdevobj.c.
Referenced by DC_vUpdateDC(), MakeInfoDC(), and UserUpdateMonitorSize().
Definition at line 245 of file pdevobj.c.
Referenced by PDEVOBJ_Create().
Definition at line 92 of file pdevobj.c.
Referenced by PDEVOBJ_vRelease().
Definition at line 392 of file pdevobj.c.
Referenced by MDEVOBJ_bDisable(), MDEVOBJ_vEnable(), PDEVOBJ_bSwitchMode(), and PDEVOBJ_Create().
Definition at line 255 of file pdevobj.c.
Referenced by PDEVOBJ_Create().
Definition at line 1053 of file pdevobj.c.
Referenced by _Success_(), IntCreatePrimarySurface(), NtGdiGetDeviceCaps(), and PDEVOBJ_bSwitchMode().
Definition at line 436 of file pdevobj.c.
Referenced by UserEnumDisplaySettings().
Definition at line 105 of file pdevobj.c.
Referenced by DC_vCleanup(), DxEngUnreferenceHdev(), GreCreateCompatibleDC(), GreOpenDCW(), MDEVOBJ_vDestroy(), NtGdiExtEscape(), PDEVOBJ_bSwitchMode(), PDEVOBJ_Create(), UserChangeDisplaySettings(), UserEnumCurrentDisplaySettings(), UserEnumDisplaySettings(), and UserRefreshDisplay().
Definition at line 636 of file pdevobj.c.
Referenced by PDEVOBJ_bDynamicModeChange().
|
static |
Definition at line 16 of file pdevobj.c.
Referenced by EngpGetPDEV(), InitPDEVImpl(), NtGdiGetDhpdev(), PDEVOBJ_bSwitchMode(), and PDEVOBJ_vRelease().
|
extern |
Definition at line 501 of file pandisp.c.
Referenced by PDEVOBJ_Create().
|
extern |
Definition at line 477 of file pandisp.c.
Referenced by PDEVOBJ_Create().
Definition at line 15 of file pdevobj.c.
Referenced by NtGdiGetDhpdev(), PDEVOBJ_Create(), and PDEVOBJ_vRelease().