Home
last modified time | relevance | path

Searched refs:hwnd_ (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/test/win/
Dd3d_renderer.cc35 hwnd_(NULL), in D3dRenderer()
62 if (hwnd_ != NULL) { in Destroy()
63 DestroyWindow(hwnd_); in Destroy()
64 assert(!IsWindow(hwnd_)); in Destroy()
65 hwnd_ = NULL; in Destroy()
70 hwnd_ = CreateWindowA(kD3DClassName, in Init()
82 if (hwnd_ == NULL) { in Init()
101 hwnd_, in Init()
129 ShowWindow(hwnd_, SW_SHOWNOACTIVATE); in Init()
Dd3d_renderer.h44 HWND hwnd_; variable
/external/libchrome/base/win/
Dscoped_hdc.h22 : hwnd_(hwnd), in ScopedGetDC()
24 if (hwnd_) { in ScopedGetDC()
25 DCHECK(IsWindow(hwnd_)); in ScopedGetDC()
37 ReleaseDC(hwnd_, hdc_); in ~ScopedGetDC()
43 HWND hwnd_;
/external/vulkan-validation-layers/demos/smoke/
DShellWin32.cpp64 ShellWin32::ShellWin32(Game &game) : Shell(game), hwnd_(nullptr) in ShellWin32()
97 hwnd_ = CreateWindowEx(WS_EX_APPWINDOW, in create_window()
110 SetForegroundWindow(hwnd_); in create_window()
111 SetWindowLongPtr(hwnd_, GWLP_USERDATA, (LONG_PTR) this); in create_window()
151 surface_info.hwnd = hwnd_; in create_surface()
201 return DefWindowProc(hwnd_, msg, wparam, lparam); in handle_message()
255 DestroyWindow(hwnd_); in run()
DShellWin32.h58 HWND hwnd_; variable