Home
last modified time | relevance | path

Searched refs:getClientRect (Results 1 – 11 of 11) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DNativeWindow11WinRT.cpp71 bool NativeWindow11WinRT::getClientRect(LPRECT rect) const in getClientRect() function in rx::NativeWindow11WinRT
75 return mImpl->getClientRect(rect); in getClientRect()
DNativeWindow11WinRT.h29 bool getClientRect(LPRECT rect) const override;
DInspectableNativeWindow.h59 bool getClientRect(RECT *rect) in getClientRect() function
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DNativeWindow9.h27 bool getClientRect(LPRECT rect) const override;
DNativeWindow9.cpp21 bool NativeWindow9::getClientRect(LPRECT rect) const in getClientRect() function in rx::NativeWindow9
/external/angle/src/libANGLE/renderer/d3d/
DNativeWindowD3D.h28 virtual bool getClientRect(LPRECT rect) const = 0;
DSurfaceD3D.cpp187 if (!mNativeWindow->getClientRect(&windowRect)) in resetSwapChain()
328 if (!mNativeWindow->getClientRect(&client)) in checkForOutOfDateSwapChain()
/external/angle/src/libANGLE/renderer/d3d/d3d11/win32/
DNativeWindow11Win32.h28 bool getClientRect(LPRECT rect) const override;
DNativeWindow11Win32.cpp45 bool NativeWindow11Win32::getClientRect(LPRECT rect) const in getClientRect() function in rx::NativeWindow11Win32
/external/angle/src/libANGLE/renderer/d3d/d3d11/converged/
DCompositorNativeWindow11.h82 bool getClientRect(LPRECT rect) const override;
DCompositorNativeWindow11.cpp35 bool CompositorNativeWindow11::getClientRect(LPRECT rect) const in getClientRect() function in rx::CompositorNativeWindow11