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

  /external/deqp/framework/platform/win32/
tcuWin32Window.cpp 63 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);
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 66 if (!(fWindow = CreateWindow(TEXT("Griffin"),
  /external/skia/src/views/win/
skia_win.cpp 130 HWND hWnd = CreateWindow(szWindowClass, szTitle, WS_OVERLAPPEDWINDOW,
  /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/libpng/contrib/gregbook/
rpng-win.c 564 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW,
rpng2-win.c 775 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW,
    [all...]
  /external/libpng/contrib/visupng/
VisualPng.c 124 hwnd = CreateWindow (szProgName, szAppName,

Completed in 800 milliseconds