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

1 2

  /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,
  /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);
  /external/skia/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 74 if (!(fWindow = CreateWindow(TEXT("Griffin"),
  /external/skqp/tools/gpu/gl/win/
CreatePlatformGLTestContext_win.cpp 74 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"),
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/Windows/
PVRShellOS.cpp 214 m_hWnd = CreateWindow(WINDOW_CLASS, appName, WS_VISIBLE | WS_SYSMENU,CW_USEDEFAULT, CW_USEDEFAULT, m_pShell->m_pShellData->nShellDimX, m_pShell->m_pShellData->nShellDimY,
250 m_hWnd = CreateWindow(WINDOW_CLASS, appName, WS_VISIBLE|WS_CAPTION|WS_SYSMENU,
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 95 GLXWindow (*CreateWindow)(Display *dpy, GLXFBConfig config, Window win, const int *attribList);
glxapi.c 446 return t->CreateWindow(dpy, config, win, attribList);
    [all...]
fakeglx.c     [all...]
  /external/swiftshader/tests/OGLSimpleCube/
OGLSimpleCube.cpp 200 hWnd = CreateWindow(
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
OGLES2HelloAPI_Windows.cpp 186 hWnd = CreateWindow( WINDOW_CLASS, _T("HelloAPI"), WS_VISIBLE | WS_SYSMENU,
  /external/icu/icu4c/source/samples/layout/
clayout.c 104 hwnd = CreateWindow(szAppName, NULL,
layout.cpp 103 hwnd = CreateWindow(szAppName, NULL,
  /external/lzma/CPP/Windows/
Window.h 103 _window = ::CreateWindow(className, windowName,
  /external/skia/tools/gpu/gl/angle/
GLTestContext_angle.cpp 154 if (!(fWindow = CreateWindow(TEXT("ANGLE-win"),
  /external/skia/tools/sk_app/win/
Window_win.cpp 108 fHWnd = CreateWindow(gSZWindowClass, nullptr, WS_OVERLAPPEDWINDOW,
  /external/skqp/tools/gpu/gl/angle/
GLTestContext_angle.cpp 154 if (!(fWindow = CreateWindow(TEXT("ANGLE-win"),
  /external/skqp/tools/sk_app/win/
Window_win.cpp 108 fHWnd = CreateWindow(gSZWindowClass, nullptr, WS_OVERLAPPEDWINDOW,
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.cc 330 magnifier_window_ = CreateWindow(kMagnifierWindowClass,
  /external/libpng/contrib/gregbook/
rpng-win.c 571 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW,
rpng2-win.c 783 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW,
    [all...]
  /external/libchrome/base/message_loop/
message_loop_unittest.cc     [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 124 hwnd = CreateWindow (szProgName, szAppName,
  /external/mdnsresponder/mDNSWindows/DLLX/
DNSSDService.cpp 138 m_hiddenWindow = CreateWindow( windowClassName, windowClassName, WS_OVERLAPPED, 0, 0, 0, 0, NULL, NULL, GetModuleHandle( NULL ), NULL );

Completed in 2014 milliseconds

1 2