Home
last modified time | relevance | path

Searched refs:mEglWindow (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_surface.cpp56 EGLNativeWindowType mEglWindow = reinterpret_cast<EGLNativeWindowType>(window); in Create() local
57 surface_ = eglCreateWindowSurface(display_, config_, mEglWindow, surfaceAttribs); in Create()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h1245 EGLNativeWindowType mEglWindow = nullptr; member in OHOS::Ace::WebDelegate::JavaScriptObjIdErrorCode
H A Dweb_delegate.cpp1905 mEglWindow = static_cast<EGLNativeWindowType>(window); in GLContextInit()
1925 mEGLSurface = eglCreateWindowSurface(mEGLDisplay, mEGLConfig, mEglWindow, nullptr); in GLContextInit()

Completed in 13 milliseconds