/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/win32/ |
D | NativeWindow11Win32.cpp | 47 return GetClientRect(getNativeWindow(), rect) == TRUE; in getClientRect() 52 return IsIconic(getNativeWindow()) == TRUE; in isIconic() 103 mDevice->CreateTargetForHwnd(getNativeWindow(), TRUE, &mCompositionTarget); in createSwapChain() 168 HRESULT result = factory2->CreateSwapChainForHwnd(device, getNativeWindow(), &swapChainDesc, in createSwapChain() 172 factory2->MakeWindowAssociation(getNativeWindow(), DXGI_MWA_NO_ALT_ENTER); in createSwapChain() 191 swapChainDesc.OutputWindow = getNativeWindow(); in createSwapChain() 200 factory->MakeWindowAssociation(getNativeWindow(), DXGI_MWA_NO_ALT_ENTER); in createSwapChain()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/win32/ |
D | NativeWindow11Win32.cpp | 47 return GetClientRect(getNativeWindow(), rect) == TRUE; in getClientRect() 52 return IsIconic(getNativeWindow()) == TRUE; in isIconic() 103 mDevice->CreateTargetForHwnd(getNativeWindow(), TRUE, &mCompositionTarget); in createSwapChain() 168 HRESULT result = factory2->CreateSwapChainForHwnd(device, getNativeWindow(), &swapChainDesc, in createSwapChain() 172 factory2->MakeWindowAssociation(getNativeWindow(), DXGI_MWA_NO_ALT_ENTER); in createSwapChain() 191 swapChainDesc.OutputWindow = getNativeWindow(); in createSwapChain() 200 factory->MakeWindowAssociation(getNativeWindow(), DXGI_MWA_NO_ALT_ENTER); in createSwapChain()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | NativeWindow9.cpp | 23 return GetClientRect(getNativeWindow(), rect) == TRUE; in getClientRect() 28 return IsIconic(getNativeWindow()) == TRUE; in isIconic()
|
D | SwapChain9.cpp | 57 if (mNativeWindow->getNativeWindow()) in release() 129 if (!mNativeWindow->getNativeWindow() && mRenderer->getShareHandleSupport()) in reset() 185 EGLNativeWindowType window = mNativeWindow->getNativeWindow(); in reset()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | NativeWindow9.cpp | 23 return GetClientRect(getNativeWindow(), rect) == TRUE; in getClientRect() 28 return IsIconic(getNativeWindow()) == TRUE; in isIconic()
|
D | SwapChain9.cpp | 57 if (mNativeWindow->getNativeWindow()) in release() 129 if (!mNativeWindow->getNativeWindow() && mRenderer->getShareHandleSupport()) in reset() 185 EGLNativeWindowType window = mNativeWindow->getNativeWindow(); in reset()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLX11VisualTest.cpp | 97 Window xWindow = osWindow->getNativeWindow(); in TEST_P() 167 Window xWindow = osWindow->getNativeWindow(); in TEST_P() 191 Window xWindow = osWindow->getNativeWindow(); in TEST_P()
|
/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidPlatform.cpp | 85 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); } in getLegacyNative() 86 virtual EGLNativeWindowType getPlatformExtension (void) { return m_window->getNativeWindow(); } in getPlatformExtension() 87 virtual EGLNativeWindowType getPlatformNative (void) { return m_window->getNativeWindow(); } in getPlatformNative() 224 : vk::wsi::AndroidWindowInterface (vk::pt::AndroidNativeWindowPtr(window.getNativeWindow())) in VulkanWindow()
|
D | tcuAndroidWindow.hpp | 66 ANativeWindow* getNativeWindow (void) { return m_window; } in getNativeWindow() function in tcu::Android::Window
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLX11VisualTest.cpp | 98 Window xWindow = osWindow->getNativeWindow(); in TEST_P() 173 Window xWindow = osWindow->getNativeWindow(); in TEST_P() 198 Window xWindow = osWindow->getNativeWindow(); in TEST_P()
|
D | EGLBufferAgeTest.cpp | 122 EXPECT_TRUE(createWindowSurface(config, osWindow->getNativeWindow(), &surface)); in TEST_P() 177 EXPECT_TRUE(createWindowSurface(config, osWindow->getNativeWindow(), &surface)); in TEST_P() 245 EXPECT_TRUE(createWindowSurface(config, osWindow->getNativeWindow(), &surface)); in TEST_P() 313 EXPECT_TRUE(createWindowSurface(config, osWindow->getNativeWindow(), &surface)); in TEST_P()
|
D | EGLProtectedContentTest.cpp | 428 isProtectedSurface, config, osWindow->getNativeWindow(), &windowSurface); in windowTest() 501 isProtectedSurface, config, osWindow->getNativeWindow(), &windowSurface); in textureTest() 580 isProtectedSurface, config, osWindow->getNativeWindow(), &windowSurface); in textureFromImageTest() 686 isProtectedSurface, config, osWindow->getNativeWindow(), &windowSurface); in textureFromPbufferTest() 761 isProtectedSurface, config, osWindow->getNativeWindow(), &windowSurface); in textureFromAndroidNativeBufferTest()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | NativeWindowD3D.h | 31 inline EGLNativeWindowType getNativeWindow() const { return mWindow; } in getNativeWindow() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | NativeWindowD3D.h | 31 inline EGLNativeWindowType getNativeWindow() const { return mWindow; } in getNativeWindow() function
|
/third_party/flutter/skia/third_party/externals/angle2/util/android/ |
D | AndroidWindow.h | 24 EGLNativeWindowType getNativeWindow() const override;
|
/third_party/skia/third_party/externals/angle2/util/android/ |
D | AndroidWindow.h | 24 EGLNativeWindowType getNativeWindow() const override;
|
/third_party/skia/third_party/externals/angle2/util/ios/ |
D | IOSWindow.h | 25 EGLNativeWindowType getNativeWindow() const override;
|
/third_party/skia/third_party/externals/angle2/util/display/ |
D | DisplayWindow.h | 33 EGLNativeWindowType getNativeWindow() const override;
|
/third_party/flutter/skia/third_party/externals/angle2/util/ozone/ |
D | OzoneWindow.h | 26 EGLNativeWindowType getNativeWindow() const override;
|
/third_party/flutter/skia/third_party/externals/angle2/util/x11/ |
D | X11Window.h | 31 EGLNativeWindowType getNativeWindow() const override;
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
D | X11Window.h | 31 EGLNativeWindowType getNativeWindow() const override;
|
/third_party/skia/third_party/externals/angle2/util/ozone/ |
D | OzoneWindow.h | 26 EGLNativeWindowType getNativeWindow() const override;
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | OSWindow.h | 48 virtual EGLNativeWindowType getNativeWindow() const = 0;
|
/third_party/flutter/skia/third_party/externals/angle2/util/osx/ |
D | OSXWindow.h | 42 EGLNativeWindowType getNativeWindow() const override;
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/win32/ |
D | Win32Window.h | 30 EGLNativeWindowType getNativeWindow() const override;
|