Home
last modified time | relevance | path

Searched refs:CreateWindow (Results 1 – 25 of 28) 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/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/vk-gl-cts/framework/platform/ohos/rosen_context/
Dohos_context_i.h79 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;
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/icu/icu4c/source/samples/layout/
Dlayout.cpp103 hwnd = CreateWindow(szAppName, NULL, in WinMain()
Dclayout.c105 hwnd = CreateWindow(szAppName, NULL, in WinMain()
/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/skia/tools/sk_app/win/
DWindow_win.cpp112 fHWnd = CreateWindow(gSZWindowClass, nullptr, WS_OVERLAPPEDWINDOW, in init()
/third_party/lzma/CPP/Windows/
DWindow.h181 _window = ::CreateWindow(className, windowName, in Create()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng-win.c571 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW, in rpng_win_create_window()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/
Dmain.cpp66 …HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX12 Example"), WS_OVERLAPPEDWIND… in main()
/third_party/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp219 if (!(fWindow = CreateWindow(TEXT("ANGLE-win"), in ANGLEGLContext()
/third_party/openh264/codec/console/dec/src/
Dd3d9_utils.cpp484 HWND hTmpWnd = CreateWindow (kszWindowClass, kszWindowTitle, WS_OVERLAPPEDWINDOW, in InitWindow()
/third_party/skia/third_party/externals/libpng/contrib/visupng/
DVisualPng.c124 hwnd = CreateWindow (szProgName, szAppName, in WinMain()

12