/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/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/vk-gl-cts/framework/platform/ohos/rosen_context/ |
D | ohos_context_i.h | 79 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;
|
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/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/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/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 | 181 _window = ::CreateWindow(className, windowName, in Create()
|
/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()
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/ |
D | main.cpp | 66 …HWND hwnd = ::CreateWindow(wc.lpszClassName, _T("Dear ImGui DirectX12 Example"), WS_OVERLAPPEDWIND… in main()
|
/third_party/skia/tools/gpu/gl/angle/ |
D | GLTestContext_angle.cpp | 219 if (!(fWindow = CreateWindow(TEXT("ANGLE-win"), in ANGLEGLContext()
|
/third_party/openh264/codec/console/dec/src/ |
D | d3d9_utils.cpp | 484 HWND hTmpWnd = CreateWindow (kszWindowClass, kszWindowTitle, WS_OVERLAPPEDWINDOW, in InitWindow()
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
D | VisualPng.c | 124 hwnd = CreateWindow (szProgName, szAppName, in WinMain()
|