Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/egl/src/
H A Degl_manager.cpp82 EGLConfig_ = EglManager::GetConfig(version, EGLDisplay_); in InitializeEGLDisplay()
83 if (EGLConfig_ == NULL) { in InitializeEGLDisplay()
96 currentSurface_ = eglCreateWindowSurface(EGLDisplay_, EGLConfig_, EGLWindow_, NULL); in CreateEGLSurface()
104 currentSurface_ = eglCreatePbufferSurface(EGLDisplay_, EGLConfig_, surfaceAttributes); in CreateEGLSurface()
113 currentSurface_ = eglCreatePbufferSurface(EGLDisplay_, EGLConfig_, surfaceAttributes); in CreateEGLSurface()
125 EGLContext_ = eglCreateContext(EGLDisplay_, EGLConfig_, nullptr, attrib3List); in CreateAndSetEGLContext()
/ohos5.0/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()
61 EGLConfig EGLConfig_; variable