|
ReactOS 0.4.16-dev-2491-g3dc6630
|
#include "ntstatus.h"#include "initguid.h"#include "wine/test.h"#include "winbase.h"#include "wingdi.h"#include "winuser.h"#include "winreg.h"#include "winternl.h"#include "ddk/d3dkmthk.h"#include "setupapi.h"#include "shellscalingapi.h"#include "ntddvdeo.h"#include <stdio.h>#include <math.h>
Go to the source code of this file.
Classes | |
| struct | vid_mode |
| struct | device_info |
| struct | monitor_info |
Macros | |
| #define | WIN32_NO_STATUS |
| #define | GET_PROC(module, func) |
| #define | expect_dm(a, b, c) _expect_dm(__LINE__, a, b, c) |
| #define | wait_for_dm(a, b, c) wait_for_dm_(__LINE__, a, b, c) |
| #define | CHECK_FUNC(func) |
| #define | check_display_dc(a, b, c) _check_display_dc(__LINE__, a, b, c) |
| #define | check_physical_dpi(a, b, c, d, e, f) check_physical_dpi_(__LINE__,a,b,c,d,e,f,FALSE) |
| #define | check_logical_dpi(a, b, c, d, e, f) check_logical_dpi_(__LINE__,a,b,c,d,e,f,FALSE) |
| #define | check_logical_physical_dpi(a, b, c, d, e, f) check_logical_physical_dpi_(__LINE__,a,b,c,d,e,f,FALSE) |
Variables | |
| static UINT32 UINT32 *static | UINT |
| static int | adapter_count = 0 |
| static int | monitor_count = 0 |
| static const struct vid_mode | vid_modes_test [] |
Definition at line 2639 of file monitor.c.
|
static |
Definition at line 328 of file monitor.c.
|
static |
Definition at line 1897 of file monitor.c.
Referenced by test_QueryDisplayConfig_result().
|
static |
Definition at line 3274 of file monitor.c.
Referenced by check_logical_physical_dpi_(), and test_monitor_dpi_awareness().
|
static |
Definition at line 3287 of file monitor.c.
Referenced by test_monitor_dpi_awareness().
|
static |
Definition at line 3261 of file monitor.c.
Referenced by check_logical_physical_dpi_(), and test_monitor_dpi_awareness().
|
static |
Definition at line 1953 of file monitor.c.
Referenced by test_QueryDisplayConfig_result().
| DEFINE_DEVPROPKEY | ( | DEVPROPKEY_MONITOR_GPU_LUID | , |
| 0xca085853 | , | ||
| 0x16ce | , | ||
| 0x48aa | , | ||
| 0xb1 | , | ||
| 0x14 | , | ||
| 0xde | , | ||
| 0x9c | , | ||
| 0x72 | , | ||
| 0x33 | , | ||
| 0x42 | , | ||
| 0x23 | , | ||
| 1 | |||
| ) |
| DEFINE_DEVPROPKEY | ( | DEVPROPKEY_MONITOR_OUTPUT_ID | , |
| 0xca085853 | , | ||
| 0x16ce | , | ||
| 0x48aa | , | ||
| 0xb1 | , | ||
| 0x14 | , | ||
| 0xde | , | ||
| 0x9c | , | ||
| 0x72 | , | ||
| 0x33 | , | ||
| 0x42 | , | ||
| 0x23 | , | ||
| 2 | |||
| ) |
|
static |
|
static |
Definition at line 3668 of file monitor.c.
Referenced by get_monitor_infos().
|
static |
Definition at line 1580 of file monitor.c.
Referenced by test_work_area().
Definition at line 109 of file monitor.c.
Referenced by test_ChangeDisplaySettingsEx(), and test_monitor_dpi_awareness().
Definition at line 3186 of file monitor.c.
Referenced by test_monitor_dpi().
|
static |
Definition at line 3684 of file monitor.c.
Referenced by test_monitor_dpi().
Definition at line 126 of file monitor.c.
Referenced by test_DisplayConfigSetDeviceInfo().
Definition at line 80 of file monitor.c.
Referenced by START_TEST().
| BOOL CALLBACK MonitorEnumProc | ( | HMONITOR | hMonitor, |
| HDC | hdcMonitor, | ||
| LPRECT | lprcMonitor, | ||
| LPARAM | dwData | ||
| ) |
Definition at line 3128 of file monitor.c.
Referenced by START_TEST().
Definition at line 3692 of file monitor.c.
Referenced by test_monitor_dpi().
Definition at line 3215 of file monitor.c.
Referenced by test_monitor_dpi().
| START_TEST | ( | monitor | ) |
Definition at line 3866 of file monitor.c.
Definition at line 417 of file monitor.c.
Referenced by START_TEST().
|
static |
Definition at line 388 of file monitor.c.
Referenced by test_ChangeDisplaySettingsEx().
Definition at line 2450 of file monitor.c.
Referenced by START_TEST().
Definition at line 2720 of file monitor.c.
Referenced by START_TEST().
Definition at line 2334 of file monitor.c.
Referenced by test_display_config().
Definition at line 2465 of file monitor.c.
Referenced by START_TEST().
Definition at line 252 of file monitor.c.
Referenced by START_TEST().
|
static |
Definition at line 151 of file monitor.c.
Referenced by test_enumdisplaydevices().
|
static |
Definition at line 203 of file monitor.c.
Referenced by test_enumdisplaydevices().
Definition at line 1822 of file monitor.c.
Referenced by START_TEST().
|
static |
Definition at line 1745 of file monitor.c.
Referenced by test_EnumDisplayMonitors().
|
static |
Definition at line 1724 of file monitor.c.
Referenced by test_EnumDisplayMonitors().
|
static |
Definition at line 1739 of file monitor.c.
Referenced by test_EnumDisplayMonitors().
Definition at line 3146 of file monitor.c.
Definition at line 1653 of file monitor.c.
Referenced by test_display_config().
|
static |
Definition at line 2558 of file monitor.c.
Referenced by test_handles().
Definition at line 2629 of file monitor.c.
Referenced by START_TEST(), test_data_handles(), test_handles_thread(), and test_RpcIfInqId().
Definition at line 3710 of file monitor.c.
Referenced by START_TEST().
|
static |
Definition at line 3293 of file monitor.c.
Referenced by test_monitor_dpi().
Definition at line 1428 of file monitor.c.
Referenced by START_TEST().
Definition at line 2226 of file monitor.c.
Referenced by test_display_config().
|
static |
Definition at line 2003 of file monitor.c.
Referenced by test_QueryDisplayConfig().
Definition at line 1596 of file monitor.c.
Referenced by START_TEST().
|
static |
Definition at line 362 of file monitor.c.
|
static |
Definition at line 148 of file monitor.c.
Referenced by test_enumdisplaydevices(), and test_enumdisplaydevices_adapter().
|
static |
Definition at line 149 of file monitor.c.
Referenced by test_enumdisplaydevices(), and test_enumdisplaydevices_monitor().
Definition at line 298 of file monitor.c.
Referenced by test_ChangeDisplaySettingsEx().