Home
last modified time | relevance | path

Searched refs:CreateWindow (Results 1 – 25 of 25) sorted by relevance

/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc117 HWND wnd = CreateWindow(window_class, in InitInstance()
406 client_status_edit_box = CreateWindow(TEXT("EDIT"), in WndProc()
/external/deqp/framework/platform/win32/
DtcuWin32Window.cpp65 m_window = CreateWindow(s_className, s_windowName, in Window()
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dmain.cpp205 HWND window = CreateWindow( in wWinMain()
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp84 if (!(fWindow = CreateWindow(TEXT("Griffin"), in WinGLTestContext()
/external/skqp/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp84 if (!(fWindow = CreateWindow(TEXT("Griffin"), in WinGLTestContext()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
DPVRShellOS.cpp214 …m_hWnd = CreateWindow(WINDOW_CLASS, appName, WS_VISIBLE | WS_SYSMENU,CW_USEDEFAULT, CW_USEDEFAULT,… in OsInitOS()
250 m_hWnd = CreateWindow(WINDOW_CLASS, appName, WS_VISIBLE|WS_CAPTION|WS_SYSMENU, in OsInitOS()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h94 GLXWindow (*CreateWindow)(Display *dpy, GLXFBConfig config, Window win, const int *attribList); member
Dglxapi.c445 return t->CreateWindow(dpy, config, win, attribList); in glXCreateWindow()
Dfakeglx.c2891 glx.CreateWindow = Fake_glXCreateWindow; in _mesa_GetGLXDispatchTable()
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
DOGLES2HelloAPI_Windows.cpp216 hWnd = CreateWindow( WINDOW_CLASS, _T("HelloAPI"), WS_VISIBLE | WS_SYSMENU, in WinMain()
/external/icu/icu4c/source/samples/layout/
Dclayout.c104 hwnd = CreateWindow(szAppName, NULL, in WinMain()
Dlayout.cpp103 hwnd = CreateWindow(szAppName, NULL, in WinMain()
/external/skqp/tools/sk_app/win/
DWindow_win.cpp110 fHWnd = CreateWindow(gSZWindowClass, nullptr, WS_OVERLAPPEDWINDOW, in init()
/external/skqp/tools/gpu/gl/angle/
DGLTestContext_angle.cpp156 if (!(fWindow = CreateWindow(TEXT("ANGLE-win"), in ANGLEGLContext()
/external/webrtc/webrtc/modules/desktop_capture/win/
Dscreen_capturer_win_magnifier.cc330 magnifier_window_ = CreateWindow(kMagnifierWindowClass, in InitializeMagnifier()
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp156 if (!(fWindow = CreateWindow(TEXT("ANGLE-win"), in ANGLEGLContext()
/external/lzma/CPP/Windows/
DWindow.h103 _window = ::CreateWindow(className, windowName, in Create()
/external/skia/tools/sk_app/win/
DWindow_win.cpp110 fHWnd = CreateWindow(gSZWindowClass, nullptr, WS_OVERLAPPEDWINDOW, in init()
/external/libpng/contrib/gregbook/
Drpng-win.c571 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW, in rpng_win_create_window()
Drpng2-win.c783 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW,
/external/libpng/contrib/visupng/
DVisualPng.c124 hwnd = CreateWindow (szProgName, szAppName, in WinMain()
/external/mdnsresponder/mDNSWindows/DLLX/
DDNSSDService.cpp138 …m_hiddenWindow = CreateWindow( windowClassName, windowClassName, WS_OVERLAPPED, 0, 0, 0, 0, NULL, … in FinalConstruct()
/external/python/cpython3/PC/bdist_wininst/
Dinstall.c1197 hwnd = CreateWindow("SetupWindowClass", in CreateBackground()
/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1153 hwnd = CreateWindow("SetupWindowClass", in CreateBackground()
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc2120 HWND message_hwnd = CreateWindow(MAKEINTATOM(atom), 0, 0, 0, 0, 0, 0, in TEST_P()