HomeSort by relevance Sort by last modified time
    Searched refs:CreateWindow (Results 1 - 25 of 25) sorted by null

  /external/opencv3/cmake/checks/
win32uitest.cpp 5 CreateWindow(NULL /*lpClassName*/, NULL /*lpWindowName*/, 0 /*dwStyle*/, 0 /*x*/,
  /prebuilts/misc/windows/sdl2/test/
testnativew32.c 66 CreateWindow("SDL Test", "", WS_OVERLAPPEDWINDOW, CW_USEDEFAULT,
  /external/deqp/framework/platform/win32/
tcuWin32Window.cpp 65 m_window = CreateWindow(s_className, s_windowName,
  /external/opencv3/samples/directx/
winapp.hpp 52 m_hWnd = ::CreateWindow(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dispdib.h 56 return CreateWindow(DISPLAYDIB_WINDOW_CLASS,"",dwStyle,0,0,GetSystemMetrics(SM_CXSCREEN),GetSystemMetrics(SM_CYSCREEN),hwndParent,NULL,(hInstance ? hInstance : GetWindowInstance(hwndParent)),NULL);
winuser.h     [all...]
commctrl.h     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
realglx.c 82 glx.CreateWindow = _real_glXCreateWindow;
glxapi.h 95 GLXWindow (*CreateWindow)(Display *dpy, GLXFBConfig config, Window win, const int *attribList);
glxapi.c 489 return (t->CreateWindow)(dpy, config, win, attribList);
    [all...]
fakeglx.c     [all...]
  /external/skia/src/gpu/gl/win/
SkCreatePlatformGLContext_win.cpp 68 if (!(fWindow = CreateWindow(TEXT("Griffin"),
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 117 HWND wnd = CreateWindow(window_class,
406 client_status_edit_box = CreateWindow(TEXT("EDIT"),
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-win32.c 246 sWnd = CreateWindow(sAppName, sAppName, windowStyle,
  /external/icu/icu4c/source/samples/layout/
clayout.c 98 hwnd = CreateWindow(szAppName, NULL,
layout.cpp 97 hwnd = CreateWindow(szAppName, NULL,
  /external/lzma/CPP/Windows/
Window.h 102 _window = ::CreateWindow(className, windowName,
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.cc 330 magnifier_window_ = CreateWindow(kMagnifierWindowClass,
  /external/libpng/contrib/gregbook/
rpng-win.c 564 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW,
rpng2-win.c 777 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW,
    [all...]
  /external/skia/src/views/win/
SkOSWindow_win.cpp 57 fHWND = CreateWindow(fWinInit.fClass, NULL, WS_OVERLAPPEDWINDOW,
  /external/autotest/client/tests/kvm/deps/
rss.cpp     [all...]
  /external/libchrome/base/message_loop/
message_loop_unittest.cc     [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 124 hwnd = CreateWindow (szProgName, szAppName,
  /external/opencv3/modules/highgui/src/
window_w32.cpp 749 mainhWnd = CreateWindow( "Main HighGUI class", name, defStyle | WS_OVERLAPPED,
757 hWnd = CreateWindow("HighGUI class", "", (defStyle & ~WS_SIZEBOX) | WS_CHILD, CW_USEDEFAULT, 0, rect.width, rect.height, mainhWnd, 0, hg_hinstance, 0);
    [all...]

Completed in 592 milliseconds