/external/google-breakpad/src/client/windows/tests/crash_generation_app/ |
D | crash_generation_app.cc | 117 HWND wnd = CreateWindow(window_class, in InitInstance() 406 client_status_edit_box = CreateWindow(TEXT("EDIT"), in WndProc()
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32Window.cpp | 65 m_window = CreateWindow(s_className, s_windowName, in Window()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/ |
D | main.cpp | 205 HWND window = CreateWindow( in wWinMain()
|
/external/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 84 if (!(fWindow = CreateWindow(TEXT("Griffin"), in WinGLTestContext()
|
/external/skqp/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 84 if (!(fWindow = CreateWindow(TEXT("Griffin"), in WinGLTestContext()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/ |
D | PVRShellOS.cpp | 214 …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/ |
D | glxapi.h | 94 GLXWindow (*CreateWindow)(Display *dpy, GLXFBConfig config, Window win, const int *attribList); member
|
D | glxapi.c | 445 return t->CreateWindow(dpy, config, win, attribList); in glXCreateWindow()
|
D | fakeglx.c | 2891 glx.CreateWindow = Fake_glXCreateWindow; in _mesa_GetGLXDispatchTable()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/ |
D | OGLES2HelloAPI_Windows.cpp | 216 hWnd = CreateWindow( WINDOW_CLASS, _T("HelloAPI"), WS_VISIBLE | WS_SYSMENU, in WinMain()
|
/external/icu/icu4c/source/samples/layout/ |
D | clayout.c | 104 hwnd = CreateWindow(szAppName, NULL, in WinMain()
|
D | layout.cpp | 103 hwnd = CreateWindow(szAppName, NULL, in WinMain()
|
/external/skqp/tools/sk_app/win/ |
D | Window_win.cpp | 110 fHWnd = CreateWindow(gSZWindowClass, nullptr, WS_OVERLAPPEDWINDOW, in init()
|
/external/skqp/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 156 if (!(fWindow = CreateWindow(TEXT("ANGLE-win"), in ANGLEGLContext()
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_magnifier.cc | 330 magnifier_window_ = CreateWindow(kMagnifierWindowClass, in InitializeMagnifier()
|
/external/skia/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 156 if (!(fWindow = CreateWindow(TEXT("ANGLE-win"), in ANGLEGLContext()
|
/external/lzma/CPP/Windows/ |
D | Window.h | 103 _window = ::CreateWindow(className, windowName, in Create()
|
/external/skia/tools/sk_app/win/ |
D | Window_win.cpp | 110 fHWnd = CreateWindow(gSZWindowClass, nullptr, WS_OVERLAPPEDWINDOW, in init()
|
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 571 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW, in rpng_win_create_window()
|
D | rpng2-win.c | 783 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW,
|
/external/libpng/contrib/visupng/ |
D | VisualPng.c | 124 hwnd = CreateWindow (szProgName, szAppName, in WinMain()
|
/external/mdnsresponder/mDNSWindows/DLLX/ |
D | DNSSDService.cpp | 138 …m_hiddenWindow = CreateWindow( windowClassName, windowClassName, WS_OVERLAPPED, 0, 0, 0, 0, NULL, … in FinalConstruct()
|
/external/python/cpython3/PC/bdist_wininst/ |
D | install.c | 1197 hwnd = CreateWindow("SetupWindowClass", in CreateBackground()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 1153 hwnd = CreateWindow("SetupWindowClass", in CreateBackground()
|
/external/libchrome/base/message_loop/ |
D | message_loop_unittest.cc | 2120 HWND message_hwnd = CreateWindow(MAKEINTATOM(atom), 0, 0, 0, 0, 0, 0, in TEST_P()
|