Searched defs:Win32Window (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/util/win32/
H A DWin32Window.h14 class Win32Window : public OSWindow class in inherits:OSWindow
17 Win32Window();
18 ~Win32Window();
H A DWin32Window.cpp7 #include "win32/Win32Window.h"
364 Win32Window::Win32Window() function in class:Win32Window
371 Win32Window::~Win32Window()
376 bool Win32Window::initialize(const std::string &name, size_t width, size_t height)
440 void Win32Window::destroy()
464 EGLNativeWindowType Win32Window::getNativeWindow() const
469 EGLNativeDisplayType Win32Window::getNativeDisplay() const
474 void Win32Window
[all...]
/external/deqp/framework/platform/win32/
H A DtcuWin32Window.hpp33 class Win32Window class in namespace:tcu
36 Win32Window (HINSTANCE instance, int width, int height);
37 ~Win32Window (void);
H A DtcuWin32Window.cpp31 Win32Window* window = reinterpret_cast<Win32Window*>(GetWindowLongPtr(hWnd, GWLP_USERDATA));
38 Win32Window::Win32Window (HINSTANCE instance, int width, int height) function in class:tcu::Win32Window
86 Win32Window::~Win32Window (void)
97 void Win32Window::setVisible (bool visible)
102 void Win32Window::setSize (int width, int height)
120 IVec2 Win32Window::getSize (void) const
130 void Win32Window
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dwin32window.h21 // Win32Window
24 class Win32Window { class in namespace:rtc
26 Win32Window();
27 virtual ~Win32Window();
H A Dwin32window.cc18 // Win32Window
22 HINSTANCE Win32Window::instance_ = NULL;
23 ATOM Win32Window::window_class_ = 0;
25 Win32Window::Win32Window() : wnd_(NULL) { function in class:rtc::Win32Window
28 Win32Window::~Win32Window() {
32 bool Win32Window::Create(HWND parent, const wchar_t* title, DWORD style,
42 reinterpret_cast<LPCWSTR>(&Win32Window::WndProc),
53 wcex.lpfnWndProc = &Win32Window
[all...]

Completed in 544 milliseconds