Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DWindowSurfaceTests.cpp69 GLFWwindow* CreateWindow() { in CreateWindow() function in WindowSurfaceInstanceTests
86 GLFWwindow* window = CreateWindow(); in TEST_F()
128 GLFWwindow* window = CreateWindow(); in TEST_F()
145 GLFWwindow* window = CreateWindow(); in TEST_F()
181 GLFWwindow* window = CreateWindow(); in TEST_F()
221 GLFWwindow* window = CreateWindow(); in TEST_F()
/third_party/flutter/glfw/src/
Dglx_context.h108 #define glXCreateWindow _glfw.glx.CreateWindow
147 PFNGLXCREATEWINDOWPROC CreateWindow; member
/third_party/skia/third_party/externals/dawn/src/common/
Dwindows_with_undefs.h29 #undef CreateWindow
/third_party/flutter/engine/flutter/shell/platform/windows/client_wrapper/include/flutter/
Dflutter_window_controller.h52 bool CreateWindow(int width,
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/include/flutter/
Dflutter_window_controller.h53 bool CreateWindow(int width,
/third_party/cef/tests/cefclient/browser/
Dtemp_window_win.cc29 return CreateWindow(kWndClass, 0, WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN, 0, 0, in CreateTempWindow()
Droot_window_win.cc881 back_hwnd_ = CreateWindow( in OnCreate()
889 CreateWindow(L"BUTTON", L"Forward", in OnCreate()
897 CreateWindow(L"BUTTON", L"Reload", in OnCreate()
904 stop_hwnd_ = CreateWindow( in OnCreate()
911 edit_hwnd_ = CreateWindow(L"EDIT", 0, in OnCreate()
Dmain_message_loop_multithreaded_win.cc120 return CreateWindow(kWndClass, 0, 0, 0, 0, 0, 0, HWND_MESSAGE, 0, hInstance, in CreateMessageWindow()
/third_party/flutter/engine/flutter/shell/platform/windows/client_wrapper/testing/
Dstub_flutter_windows_api.h39 virtual FlutterDesktopWindowControllerRef CreateWindow( in CreateWindow() function
Dstub_flutter_windows_api.cc60 return s_stub_implementation->CreateWindow( in FlutterDesktopCreateWindow()
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/testing/
Dstub_flutter_glfw_api.h39 virtual FlutterDesktopWindowControllerRef CreateWindow( in CreateWindow() function
Dstub_flutter_glfw_api.cc60 return s_stub_implementation->CreateWindow( in FlutterDesktopCreateWindow()
/third_party/gstreamer/gstplugins_bad/tests/examples/directfb/
Dgstdfb.c251 DFBCHECK (layer->CreateWindow (layer, &desc, &window2)); in main()
286 DFBCHECK (layer->CreateWindow (layer, &desc, &window1)); in main()
322 DFBCHECK (layer->CreateWindow (layer, &desc, &window3)); in main()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestnativew32.c66 CreateWindow("SDL Test", "", WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, in CreateWindowNative()
/third_party/flutter/engine/flutter/shell/platform/windows/client_wrapper/
Dflutter_window_controller.cc27 bool FlutterWindowController::CreateWindow( in CreateWindow() function in flutter::FlutterWindowController
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/
Dflutter_window_controller.cc27 bool FlutterWindowController::CreateWindow( in CreateWindow() function in flutter::FlutterWindowController
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsvideo.c133 #undef CreateWindow in WIN_CreateDevice()
134 device->CreateWindow = WIN_CreateWindow; in WIN_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_bvideo.cc71 device->CreateWindow = BE_CreateWindow; in BE_CreateDevice()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32Window.cpp65 m_window = CreateWindow(s_className, s_windowName, in Window()
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclvideo.c110 device->CreateWindow = NACL_CreateWindow; in NACL_CreateDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidvideo.c121 device->CreateWindow = Android_CreateWindow; in Android_CreateDevice()
/third_party/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp85 if (!(fWindow = CreateWindow(TEXT("Griffin"), in WinGLTestContext()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp52 …HWND hwnd = CreateWindow(_T("ImGui Example"), _T("Dear ImGui DirectX9 Example"), WS_OVERLAPPEDWIND… in main()
/third_party/flutter/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp84 if (!(fWindow = CreateWindow(TEXT("Griffin"), in WinGLTestContext()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx11/
Dmain.cpp102 …HWND hwnd = CreateWindow(_T("ImGui Example"), _T("Dear ImGui DirectX11 Example"), WS_OVERLAPPEDWIN… in main()

1234