Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp26 #define EGL_CONTEXT_MAJOR_VERSION 0x3098 macro
565 addAttribute(EGL_CONTEXT_MAJOR_VERSION, 3); // Select an OpenGL ES 3.x context in CreateContext()
640 eglQueryContext(plat_.display, plat_.context, EGL_CONTEXT_MAJOR_VERSION, &glMajor); in VerifyVersion()