/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | WindowSurfaceTests.cpp | 69 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/ |
D | glx_context.h | 108 #define glXCreateWindow _glfw.glx.CreateWindow 147 PFNGLXCREATEWINDOWPROC CreateWindow; member
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | windows_with_undefs.h | 29 #undef CreateWindow
|
/third_party/flutter/engine/flutter/shell/platform/windows/client_wrapper/include/flutter/ |
D | flutter_window_controller.h | 52 bool CreateWindow(int width,
|
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/include/flutter/ |
D | flutter_window_controller.h | 53 bool CreateWindow(int width,
|
/third_party/cef/tests/cefclient/browser/ |
D | temp_window_win.cc | 29 return CreateWindow(kWndClass, 0, WS_OVERLAPPEDWINDOW | WS_CLIPCHILDREN, 0, 0, in CreateTempWindow()
|
D | root_window_win.cc | 881 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()
|
D | main_message_loop_multithreaded_win.cc | 120 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/ |
D | stub_flutter_windows_api.h | 39 virtual FlutterDesktopWindowControllerRef CreateWindow( in CreateWindow() function
|
D | stub_flutter_windows_api.cc | 60 return s_stub_implementation->CreateWindow( in FlutterDesktopCreateWindow()
|
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/testing/ |
D | stub_flutter_glfw_api.h | 39 virtual FlutterDesktopWindowControllerRef CreateWindow( in CreateWindow() function
|
D | stub_flutter_glfw_api.cc | 60 return s_stub_implementation->CreateWindow( in FlutterDesktopCreateWindow()
|
/third_party/gstreamer/gstplugins_bad/tests/examples/directfb/ |
D | gstdfb.c | 251 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/ |
D | testnativew32.c | 66 CreateWindow("SDL Test", "", WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, in CreateWindowNative()
|
/third_party/flutter/engine/flutter/shell/platform/windows/client_wrapper/ |
D | flutter_window_controller.cc | 27 bool FlutterWindowController::CreateWindow( in CreateWindow() function in flutter::FlutterWindowController
|
/third_party/flutter/engine/flutter/shell/platform/glfw/client_wrapper/ |
D | flutter_window_controller.cc | 27 bool FlutterWindowController::CreateWindow( in CreateWindow() function in flutter::FlutterWindowController
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsvideo.c | 133 #undef CreateWindow in WIN_CreateDevice() 134 device->CreateWindow = WIN_CreateWindow; in WIN_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/ |
D | SDL_bvideo.cc | 71 device->CreateWindow = BE_CreateWindow; in BE_CreateDevice()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWin32Window.cpp | 65 m_window = CreateWindow(s_className, s_windowName, in Window()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/ |
D | SDL_naclvideo.c | 110 device->CreateWindow = NACL_CreateWindow; in NACL_CreateDevice()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidvideo.c | 121 device->CreateWindow = Android_CreateWindow; in Android_CreateDevice()
|
/third_party/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 85 if (!(fWindow = CreateWindow(TEXT("Griffin"), in WinGLTestContext()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx9/ |
D | main.cpp | 52 …HWND hwnd = CreateWindow(_T("ImGui Example"), _T("Dear ImGui DirectX9 Example"), WS_OVERLAPPEDWIND… in main()
|
/third_party/flutter/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 84 if (!(fWindow = CreateWindow(TEXT("Griffin"), in WinGLTestContext()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx11/ |
D | main.cpp | 102 …HWND hwnd = CreateWindow(_T("ImGui Example"), _T("Dear ImGui DirectX11 Example"), WS_OVERLAPPEDWIN… in main()
|