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.h32 class SwapChainPanelNativeWindow : public InspectableNativeWindow,
67 HRESULT RuntimeClassInitialize(std::shared_ptr<InspectableNativeWindow> host) in RuntimeClassInitialize()
82 std::shared_ptr<InspectableNativeWindow> host = mHost.lock(); in IFACEMETHOD()
102 std::weak_ptr<InspectableNativeWindow> mHost;
DNativeWindow11WinRT.h21 class InspectableNativeWindow; variable
46 std::shared_ptr<InspectableNativeWindow> mImpl;
DInspectableNativeWindow.h46 class InspectableNativeWindow
49 InspectableNativeWindow() in InspectableNativeWindow() function
60 virtual ~InspectableNativeWindow() {} in ~InspectableNativeWindow()
DInspectableNativeWindow.cpp290 RECT InspectableNativeWindow::clientRect(const Size &size) in clientRect()
/external/angle/src/libANGLE/renderer/d3d/
Dd3d_backend.gni252 "d3d11/winrt/InspectableNativeWindow.cpp",
253 "d3d11/winrt/InspectableNativeWindow.h",