Home
last modified time | relevance | path

Searched refs:eglNativeWindow (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DNativeWindow11WinRT.cpp33 ComPtr<IInspectable> eglNativeWindow; in initialize() local
34 if (IsEGLConfiguredPropertySet(window, &propertySet, &eglNativeWindow)) in initialize()
41 window = reinterpret_cast<EGLNativeWindowType>(eglNativeWindow.Get()); in initialize()
DInspectableNativeWindow.cpp62 IInspectable **eglNativeWindow) in IsEGLConfiguredPropertySet() argument
115 if (eglNativeWindow != nullptr) in IsEGLConfiguredPropertySet()
117 result = nativeWindow.CopyTo(eglNativeWindow); in IsEGLConfiguredPropertySet()