Searched refs:eglNativeWindow (Results 1 – 2 of 2) sorted by relevance
33 ComPtr<IInspectable> eglNativeWindow; in initialize() local34 if (IsEGLConfiguredPropertySet(window, &propertySet, &eglNativeWindow)) in initialize()41 window = reinterpret_cast<EGLNativeWindowType>(eglNativeWindow.Get()); in initialize()
62 IInspectable **eglNativeWindow) in IsEGLConfiguredPropertySet() argument115 if (eglNativeWindow != nullptr) in IsEGLConfiguredPropertySet()117 result = nativeWindow.CopyTo(eglNativeWindow); in IsEGLConfiguredPropertySet()