Home
last modified time | relevance | path

Searched refs:getNativeWindow (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/win32/
DNativeWindow11Win32.cpp47 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/
DNativeWindow11Win32.cpp47 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/
DNativeWindow9.cpp23 return GetClientRect(getNativeWindow(), rect) == TRUE; in getClientRect()
28 return IsIconic(getNativeWindow()) == TRUE; in isIconic()
DSwapChain9.cpp57 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/
DNativeWindow9.cpp23 return GetClientRect(getNativeWindow(), rect) == TRUE; in getClientRect()
28 return IsIconic(getNativeWindow()) == TRUE; in isIconic()
DSwapChain9.cpp57 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/
DEGLX11VisualTest.cpp97 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/
DtcuAndroidPlatform.cpp85 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()
DtcuAndroidWindow.hpp66 ANativeWindow* getNativeWindow (void) { return m_window; } in getNativeWindow() function in tcu::Android::Window
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLX11VisualTest.cpp98 Window xWindow = osWindow->getNativeWindow(); in TEST_P()
173 Window xWindow = osWindow->getNativeWindow(); in TEST_P()
198 Window xWindow = osWindow->getNativeWindow(); in TEST_P()
DEGLBufferAgeTest.cpp122 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()
DEGLProtectedContentTest.cpp428 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/
DNativeWindowD3D.h31 inline EGLNativeWindowType getNativeWindow() const { return mWindow; } in getNativeWindow() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DNativeWindowD3D.h31 inline EGLNativeWindowType getNativeWindow() const { return mWindow; } in getNativeWindow() function
/third_party/flutter/skia/third_party/externals/angle2/util/android/
DAndroidWindow.h24 EGLNativeWindowType getNativeWindow() const override;
/third_party/skia/third_party/externals/angle2/util/android/
DAndroidWindow.h24 EGLNativeWindowType getNativeWindow() const override;
/third_party/skia/third_party/externals/angle2/util/ios/
DIOSWindow.h25 EGLNativeWindowType getNativeWindow() const override;
/third_party/skia/third_party/externals/angle2/util/display/
DDisplayWindow.h33 EGLNativeWindowType getNativeWindow() const override;
/third_party/flutter/skia/third_party/externals/angle2/util/ozone/
DOzoneWindow.h26 EGLNativeWindowType getNativeWindow() const override;
/third_party/flutter/skia/third_party/externals/angle2/util/x11/
DX11Window.h31 EGLNativeWindowType getNativeWindow() const override;
/third_party/skia/third_party/externals/angle2/util/x11/
DX11Window.h31 EGLNativeWindowType getNativeWindow() const override;
/third_party/skia/third_party/externals/angle2/util/ozone/
DOzoneWindow.h26 EGLNativeWindowType getNativeWindow() const override;
/third_party/flutter/skia/third_party/externals/angle2/util/
DOSWindow.h48 virtual EGLNativeWindowType getNativeWindow() const = 0;
/third_party/flutter/skia/third_party/externals/angle2/util/osx/
DOSXWindow.h42 EGLNativeWindowType getNativeWindow() const override;
/third_party/flutter/skia/third_party/externals/angle2/util/windows/win32/
DWin32Window.h30 EGLNativeWindowType getNativeWindow() const override;

1234