/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A 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/skia/third_party/externals/dawn/src/common/ |
H A D | windows_with_undefs.h | 29 #undef CreateWindow macro
|
/third_party/vk-gl-cts/framework/platform/ohos/ |
H A 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/ |
H A D | tcuWin32Window.cpp | 65 m_window = CreateWindow(s_className, s_windowName, in Window()
|
/third_party/skia/tools/gpu/gl/win/ |
H A D | CreatePlatformGLTestContext_win.cpp | 85 if (!(fWindow = CreateWindow(TEXT("Griffin"),
|
/third_party/glfw/src/ |
H A D | x11_platform.h | 216 #define XCreateWindow _glfw.x11.xlib.CreateWindow 426 #define glXCreateWindow _glfw.glx.CreateWindow 497 PFNGLXCREATEWINDOWPROC CreateWindow; member 662 PFN_XCreateWindow CreateWindow; member
|
H A D | glx_context.c | 312 _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 D | main.cpp | 31 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 D | main.cpp | 31 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 D | main.cpp | 29 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 D | layout.cpp | 103 hwnd = CreateWindow(szAppName, NULL, in WinMain()
|
H A D | clayout.c | 105 hwnd = CreateWindow(szAppName, NULL, in WinMain()
|
/third_party/mesa3d/src/gallium/targets/d3d10sw/tests/ |
H A D | tri.cpp | 75 HWND hWnd = CreateWindow(wc.lpszClassName, in main()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | clayout.c | 104 hwnd = CreateWindow(szAppName, NULL, in WinMain()
|
H A D | layout.cpp | 103 hwnd = CreateWindow(szAppName, NULL, in WinMain()
|
/third_party/vk-gl-cts/framework/platform/ohos/rosen_context/ |
H A D | ohos_context_i.h | 79 virtual uint64_t CreateWindow(uint32_t x,uint32_t y,uint32_t width,uint32_t height) = 0;
|
H A D | rosen_context_impl.h | 47 uint64_t CreateWindow(uint32_t x,uint32_t y,uint32_t width,uint32_t height) override;
|
H A D | rosen_context_impl.cpp | 451 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 D | Window.h | 181 _window = ::CreateWindow(className, windowName,
in Create()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/ |
H A D | main.cpp | 66 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 D | rpng-win.c | 571 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW, in rpng_win_create_window()
|
H A D | rpng2-win.c | 783 global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW,
|
/third_party/skia/tools/gpu/gl/angle/ |
H A D | GLTestContext_angle.cpp | 219 if (!(fWindow = CreateWindow(TEXT("ANGLE-win"), in ANGLEGLContext()
|
/third_party/skia/tools/sk_app/win/ |
H A D | Window_win.cpp | 112 fHWnd = CreateWindow(gSZWindowClass, nullptr, WS_OVERLAPPEDWINDOW, in init()
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
H A D | VisualPng.c | 124 hwnd = CreateWindow (szProgName, szAppName, in WinMain()
|