Home
last modified time | relevance | path

Searched refs:HMONITOR (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/webrtc/base/
Dwin32windowpicker.h31 static BOOL CALLBACK MonitorEnumProc(HMONITOR h_monitor,
Dwindow.h77 typedef HMONITOR DesktopT;
Dwin32windowpicker.cc71 BOOL CALLBACK Win32WindowPicker::MonitorEnumProc(HMONITOR h_monitor, in MonitorEnumProc()
/external/pdfium/core/fxge/win32/
Ddwrite_int.h26 DECLARE_HANDLE(HMONITOR);
/external/swiftshader/src/D3D8/
DDirect3D8.hpp51 HMONITOR __stdcall GetAdapterMonitor(unsigned int adapter) override;
DDirect3D8.cpp721 HMONITOR Direct3D8::GetAdapterMonitor(unsigned int adapter) in GetAdapterMonitor()
/external/swiftshader/src/D3D9/
DDirect3D9.hpp52 HMONITOR __stdcall GetAdapterMonitor(unsigned int adapter) override;
DDirect3D9Ex.hpp52 HMONITOR __stdcall GetAdapterMonitor(unsigned int adapter) override;
DDirect3D9Ex.cpp239 HMONITOR Direct3D9Ex::GetAdapterMonitor(unsigned int adapter) in GetAdapterMonitor()
DDirect3D9.cpp1176 HMONITOR Direct3D9::GetAdapterMonitor(unsigned int adapter) in GetAdapterMonitor()
/external/python/cpython2/Lib/ctypes/
Dwintypes.py81 HMONITOR = HANDLE variable
/external/swiftshader/src/Main/
DFrameBufferDD.cpp25 …layCallback(GUID* guid, char *driverDescription, char *driverName, void *context, HMONITOR monitor) in enumDisplayCallback()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp185 HMONITOR hMonitor; in OsInitOS()
/external/mesa3d/include/D3D9/
Dd3d9types.h88 typedef HANDLE HMONITOR; typedef
Dd3d9.h97 virtual HMONITOR WINAPI GetAdapterMonitor(UINT Adapter) = 0;
458 HMONITOR (WINAPI *GetAdapterMonitor)(IDirect3D9 *This, UINT Adapter);
505 HMONITOR (WINAPI *GetAdapterMonitor)(IDirect3D9Ex *This, UINT Adapter);
/external/swiftshader/include/Direct3D/
Dd3d8.h39 DECLARE_HANDLE(HMONITOR);
184 STDMETHOD_(HMONITOR, GetAdapterMonitor)(THIS_ UINT Adapter) PURE; in DECLARE_INTERFACE_() local