Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/egl/include/
H A Degl_manager.h33 static constexpr int EGL_LIMIT_VERSION = 4; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/egl/src/
H A Degl_manager.cpp78 if (eglMinVers >= EGL_LIMIT_VERSION) { in InitializeEGLDisplay()