Home
last modified time | relevance | path

Searched refs:InspectableNativeWindow (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DCoreWindowNativeWindow.h26 class CoreWindowNativeWindow : public InspectableNativeWindow,
59 HRESULT RuntimeClassInitialize(std::shared_ptr<InspectableNativeWindow> host) in RuntimeClassInitialize()
75 std::shared_ptr<InspectableNativeWindow> host = mHost.lock(); in IFACEMETHOD()
91 std::weak_ptr<InspectableNativeWindow> mHost;
DSwapChainPanelNativeWindow.h18 class SwapChainPanelNativeWindow : public InspectableNativeWindow,
53 HRESULT RuntimeClassInitialize(std::shared_ptr<InspectableNativeWindow> host) in RuntimeClassInitialize()
68 std::shared_ptr<InspectableNativeWindow> host = mHost.lock(); in IFACEMETHOD()
88 std::weak_ptr<InspectableNativeWindow> mHost;
DInspectableNativeWindow.h33 class InspectableNativeWindow
36 InspectableNativeWindow() in InspectableNativeWindow() function
47 virtual ~InspectableNativeWindow() {} in ~InspectableNativeWindow()
DNativeWindow11WinRT.h21 class InspectableNativeWindow; variable
46 std::shared_ptr<InspectableNativeWindow> mImpl;
DInspectableNativeWindow.cpp291 RECT InspectableNativeWindow::clientRect(const Size &size) in clientRect()
/external/angle/src/
DlibGLESv2.gni704 "src/libANGLE/renderer/d3d/d3d11/winrt/InspectableNativeWindow.cpp",
705 "src/libANGLE/renderer/d3d/d3d11/winrt/InspectableNativeWindow.h",