Home
last modified time | relevance | path

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

12

/external/angle/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()
/external/angle/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()
/external/deqp/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
DtcuAndroidWindow.cpp153 if (window->getNativeWindow() == rawHandle) in destroyWindow()
/external/angle/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()
DEGLDeviceTest.cpp140 mSurface = eglCreateWindowSurface(mDisplay, mConfig, mOSWindow->getNativeWindow(), nullptr); in CreateWindowSurface()
305 mSurface = eglCreateWindowSurface(mDisplay, mConfig, mOSWindow->getNativeWindow(), nullptr); in TEST_P()
/external/angle/src/libANGLE/renderer/d3d/
DNativeWindowD3D.h31 inline EGLNativeWindowType getNativeWindow() const { return mWindow; } in getNativeWindow() function
/external/angle/util/android/
DAndroidWindow.h24 EGLNativeWindowType getNativeWindow() const override;
/external/angle/util/ios/
DIOSWindow.h25 EGLNativeWindowType getNativeWindow() const override;
DIOSWindow.mm29 EGLNativeWindowType IOSWindow::getNativeWindow() const function
/external/angle/util/display/
DDisplayWindow.h33 EGLNativeWindowType getNativeWindow() const override;
DDisplayWindow.cpp34 EGLNativeWindowType DisplayWindow::getNativeWindow() const in getNativeWindow() function in DisplayWindow
/external/angle/util/x11/
DX11Window.h31 EGLNativeWindowType getNativeWindow() const override;
/external/angle/util/ozone/
DOzoneWindow.h26 EGLNativeWindowType getNativeWindow() const override;
DOzoneWindow.cpp38 EGLNativeWindowType OzoneWindow::getNativeWindow() const in getNativeWindow() function in OzoneWindow
/external/angle/util/osx/
DOSXWindow.h42 EGLNativeWindowType getNativeWindow() const override;
/external/angle/util/windows/win32/
DWin32Window.h30 EGLNativeWindowType getNativeWindow() const override;
/external/angle/util/
DOSWindow.h49 virtual EGLNativeWindowType getNativeWindow() const = 0;
/external/angle/util/fuchsia/
DScenicWindow.h49 EGLNativeWindowType getNativeWindow() const override;
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DNativeWindow11WinRT.cpp27 EGLNativeWindowType window = getNativeWindow(); in initialize()
/external/angle/src/tests/perf_tests/
DEGLMakeCurrentPerf.cpp119 mSurface = eglCreateWindowSurface(mDisplay, mConfig, mOSWindow->getNativeWindow(), nullptr); in SetUp()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DSwapChain11.cpp50 !(renderer->presentPathFastEnabled() && nativeWindow->getNativeWindow()); in NeedsOffscreenTexture()
252 !mNativeWindow->getNativeWindow() && mRenderer->getShareHandleSupport(); in resetOffscreenColorBuffer()
622 if (mNativeWindow->getNativeWindow()) in reset()
745 if (mNativeWindow->getNativeWindow() && mNeedsOffscreenTexture) in initPassThroughResources()

12