Home
last modified time | relevance | path

Searched refs:CreateWindow (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A 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/skia/third_party/externals/dawn/src/common/
H A Dwindows_with_undefs.h29 #undef CreateWindow macro
/third_party/vk-gl-cts/framework/platform/ohos/
H A DtcuOhosPlatform.cpp107 uint64_t i = OHOS::OhosContextI::GetInstance().CreateWindow(0,0,width,height); in createWindow()
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWin32Window.cpp65 m_window = CreateWindow(s_className, s_windowName, in Window()
/third_party/skia/tools/gpu/gl/win/
H A DCreatePlatformGLTestContext_win.cpp85 if (!(fWindow = CreateWindow(TEXT("Griffin"),
/third_party/glfw/src/
H A Dx11_platform.h216 #define XCreateWindow _glfw.x11.xlib.CreateWindow
426 #define glXCreateWindow _glfw.glx.CreateWindow
497 PFNGLXCREATEWINDOWPROC CreateWindow; member
662 PFN_XCreateWindow CreateWindow; member
H A Dglx_context.c312 _glfw.glx.CreateWindow = (PFNGLXCREATEWINDOWPROC) in _glfwInitGLX()
329 !_glfw.glx.CreateWindow || in _glfwInitGLX()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/
H A Dmain.cpp31 HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX10 Example"), WS_OVERLAPPEDWINDOW, 100, 100, 1280, 800, NULL, NULL, wc.hInstance, NULL); in main()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/
H A Dmain.cpp31 HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX11 Example"), WS_OVERLAPPEDWINDOW, 100, 100, 1280, 800, NULL, NULL, wc.hInstance, NULL); in main()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
H A Dmain.cpp29 HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX9 Example"), WS_OVERLAPPEDWINDOW, 100, 100, 1280, 800, NULL, NULL, wc.hInstance, NULL); in main()
/third_party/icu/icu4c/source/samples/layout/
H A Dlayout.cpp103 hwnd = CreateWindow(szAppName, NULL, in WinMain()
H A Dclayout.c105 hwnd = CreateWindow(szAppName, NULL, in WinMain()
/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/
H A Dtri.cpp75 HWND hWnd = CreateWindow(wc.lpszClassName, in main()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dclayout.c104 hwnd = CreateWindow(szAppName, NULL, in WinMain()
H A Dlayout.cpp103 hwnd = CreateWindow(szAppName, NULL, in WinMain()
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/
H A Dohos_context_i.h79 virtual uint64_t CreateWindow(uint32_t x,uint32_t y,uint32_t width,uint32_t height) = 0;
H A Drosen_context_impl.h47 uint64_t CreateWindow(uint32_t x,uint32_t y,uint32_t width,uint32_t height) override;
H A Drosen_context_impl.cpp451 uint64_t RosenContextImpl::CreateWindow(uint32_t x, uint32_t y, uint32_t width, uint32_t height) in CreateWindow() function in RosenContextImpl
/third_party/lzma/CPP/Windows/
H A DWindow.h181 _window = ::CreateWindow(className, windowName, in Create()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/
H A Dmain.cpp66 HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX12 Example"), WS_OVERLAPPEDWINDOW, 100, 100, 1280, 800, NULL, NULL, wc.hInstance, NULL); in main()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-win.c571 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW, in rpng_win_create_window()
H A Drpng2-win.c783 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW,
/third_party/skia/tools/gpu/gl/angle/
H A DGLTestContext_angle.cpp219 if (!(fWindow = CreateWindow(TEXT("ANGLE-win"), in ANGLEGLContext()
/third_party/skia/tools/sk_app/win/
H A DWindow_win.cpp112 fHWnd = CreateWindow(gSZWindowClass, nullptr, WS_OVERLAPPEDWINDOW, in init()
/third_party/skia/third_party/externals/libpng/contrib/visupng/
H A DVisualPng.c124 hwnd = CreateWindow (szProgName, szAppName, in WinMain()

Completed in 19 milliseconds

12