HomeSort by relevance Sort by last modified time
    Searched defs:Win32Window (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/angle/util/win32/
Win32Window.h 14 class Win32Window : public OSWindow
17 Win32Window();
18 ~Win32Window();
Win32Window.cpp 7 #include "win32/Win32Window.h"
364 Win32Window::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::messageLoop(
    [all...]
  /external/deqp/framework/platform/win32/
tcuWin32Window.hpp 33 class Win32Window
36 Win32Window (HINSTANCE instance, int width, int height);
37 ~Win32Window (void);
tcuWin32Window.cpp 31 Win32Window* window = reinterpret_cast<Win32Window*>(GetWindowLongPtr(hWnd, GWLP_USERDATA));
38 Win32Window::Win32Window (HINSTANCE instance, int width, int height)
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::processEvents (void
    [all...]
  /external/chromium_org/third_party/webrtc/base/
win32window.h 21 // Win32Window
24 class Win32Window {
26 Win32Window();
27 virtual ~Win32Window();
win32window.cc 13 #include "webrtc/base/win32window.h"
18 // Win32Window
22 HINSTANCE Win32Window::instance_ = NULL;
23 ATOM Win32Window::window_class_ = 0;
25 Win32Window::Win32Window() : wnd_(NULL) {
28 Win32Window::~Win32Window() {
32 bool Win32Window::Create(HWND parent, const wchar_t* title, DWORD style,
42 reinterpret_cast<LPCWSTR>(&Win32Window::WndProc)
    [all...]

Completed in 486 milliseconds