/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/glfw/src/ |
D | glx_context.h | 108 #define glXCreateWindow _glfw.glx.CreateWindow 147 PFNGLXCREATEWINDOWPROC CreateWindow; member
|
D | glx_context.c | 292 _glfw.glx.CreateWindow = in _glfwInitGLX() 313 !_glfw.glx.CreateWindow || in _glfwInitGLX()
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | windows_with_undefs.h | 29 #undef CreateWindow
|
/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/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/vk-gl-cts/framework/platform/ohos/rosen_context/ |
D | ohos_context_i.h | 77 virtual uint64_t CreateWindow(uint32_t x,uint32_t y,uint32_t width,uint32_t height) = 0;
|
D | rosen_context_impl.h | 47 uint64_t CreateWindow(uint32_t x,uint32_t y,uint32_t width,uint32_t height) override;
|
/third_party/vk-gl-cts/framework/platform/ohos/ |
D | tcuOhosPlatform.cpp | 107 uint64_t i = OHOS::OhosContextI::GetInstance().CreateWindow(0,0,width,height); in createWindow()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWin32Window.cpp | 65 m_window = CreateWindow(s_className, s_windowName, in Window()
|
/third_party/skia/tools/gpu/gl/win/ |
D | CreatePlatformGLTestContext_win.cpp | 85 if (!(fWindow = CreateWindow(TEXT("Griffin"), in WinGLTestContext()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/ |
D | main.cpp | 29 …HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX9 Example"), WS_OVERLAPPEDWINDO… in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/ |
D | main.cpp | 31 …HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX11 Example"), WS_OVERLAPPEDWIND… in main()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/ |
D | main.cpp | 31 …HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX10 Example"), WS_OVERLAPPEDWIND… in main()
|
/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/ |
D | tri.cpp | 75 HWND hWnd = CreateWindow(wc.lpszClassName, in main()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | clayout.c | 104 hwnd = CreateWindow(szAppName, NULL, in WinMain()
|
D | layout.cpp | 103 hwnd = CreateWindow(szAppName, NULL, in WinMain()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | layout.cpp | 103 hwnd = CreateWindow(szAppName, NULL, in WinMain()
|
D | clayout.c | 105 hwnd = CreateWindow(szAppName, NULL, in WinMain()
|
/third_party/skia/tools/sk_app/win/ |
D | Window_win.cpp | 112 fHWnd = CreateWindow(gSZWindowClass, nullptr, WS_OVERLAPPEDWINDOW, in init()
|
/third_party/lzma/CPP/Windows/ |
D | Window.h | 103 _window = ::CreateWindow(className, windowName, in Create()
|
/third_party/cef/libcef/browser/native/ |
D | window_x11.cc | 90 connection_->CreateWindow({ in CefWindowX11()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | rpng-win.c | 571 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW, in rpng_win_create_window()
|