Home
last modified time | relevance | path

Searched refs:EGLDisplay_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/effect/egl/src/
H A Degl_manager.cpp48 if (!IsEGLContextInCurrentThread(EGLDisplay_, EGLContext_)) { in RetryEGLContext()
50 eglMakeCurrent(EGLDisplay_, currentSurface_, currentSurface_, EGLContext_); in RetryEGLContext()
63 EGLDisplay_ = eglGetDisplay(EGL_DEFAULT_DISPLAY); in InitializeEGLDisplay()
64 if (EGLDisplay_ == EGL_NO_DISPLAY) { in InitializeEGLDisplay()
70 if (!eglInitialize(EGLDisplay_, &eglMajVers, &eglMinVers)) { in InitializeEGLDisplay()
71 EGLDisplay_ = EGL_NO_DISPLAY; in InitializeEGLDisplay()
82 EGLConfig_ = EglManager::GetConfig(version, EGLDisplay_); in InitializeEGLDisplay()
96 currentSurface_ = eglCreateWindowSurface(EGLDisplay_, EGLConfig_, EGLWindow_, NULL); in CreateEGLSurface()
104 currentSurface_ = eglCreatePbufferSurface(EGLDisplay_, EGLConfig_, surfaceAttributes); in CreateEGLSurface()
113 currentSurface_ = eglCreatePbufferSurface(EGLDisplay_, EGLConfig in CreateEGLSurface()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/effect/egl/include/
H A Degl_manager.h50 EglManager() : EGLDisplay_(EGL_NO_DISPLAY), EGLConfig_(nullptr), EGLContext_(EGL_NO_CONTEXT), in EglManager()
60 EGLDisplay EGLDisplay_; member in OHOS::Rosen::EglManager

Completed in 1 milliseconds