Home
last modified time | relevance | path

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

12

/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/glfw/src/
Dglx_context.h108 #define glXCreateWindow _glfw.glx.CreateWindow
147 PFNGLXCREATEWINDOWPROC CreateWindow; member
Dglx_context.c292 _glfw.glx.CreateWindow = in _glfwInitGLX()
313 !_glfw.glx.CreateWindow || in _glfwInitGLX()
/third_party/skia/third_party/externals/dawn/src/common/
Dwindows_with_undefs.h29 #undef CreateWindow
/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/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/vk-gl-cts/framework/platform/ohos/rosen_context/
Dohos_context_i.h77 virtual uint64_t CreateWindow(uint32_t x,uint32_t y,uint32_t width,uint32_t height) = 0;
Drosen_context_impl.h47 uint64_t CreateWindow(uint32_t x,uint32_t y,uint32_t width,uint32_t height) override;
/third_party/vk-gl-cts/framework/platform/ohos/
DtcuOhosPlatform.cpp107 uint64_t i = OHOS::OhosContextI::GetInstance().CreateWindow(0,0,width,height); in createWindow()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32Window.cpp65 m_window = CreateWindow(s_className, s_windowName, in Window()
/third_party/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp85 if (!(fWindow = CreateWindow(TEXT("Griffin"), in WinGLTestContext()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp29 …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/
Dmain.cpp31 …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/
Dmain.cpp31 …HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX10 Example"), WS_OVERLAPPEDWIND… in main()
/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/
Dtri.cpp75 HWND hWnd = CreateWindow(wc.lpszClassName, in main()
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dclayout.c104 hwnd = CreateWindow(szAppName, NULL, in WinMain()
Dlayout.cpp103 hwnd = CreateWindow(szAppName, NULL, in WinMain()
/third_party/icu/icu4c/source/samples/layout/
Dlayout.cpp103 hwnd = CreateWindow(szAppName, NULL, in WinMain()
Dclayout.c105 hwnd = CreateWindow(szAppName, NULL, in WinMain()
/third_party/skia/tools/sk_app/win/
DWindow_win.cpp112 fHWnd = CreateWindow(gSZWindowClass, nullptr, WS_OVERLAPPEDWINDOW, in init()
/third_party/lzma/CPP/Windows/
DWindow.h103 _window = ::CreateWindow(className, windowName, in Create()
/third_party/cef/libcef/browser/native/
Dwindow_x11.cc90 connection_->CreateWindow({ in CefWindowX11()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-win.c571 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW, in rpng_win_create_window()

12