Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/third-party-cases/
H A Dhow-to-use-opengl-to-draw-3d-graphics.md209 int attrib3_list[] = {
214 mEGLContext = eglCreateContext(mEGLDisplay, mEGLConfig, mSharedEGLContext, attrib3_list);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp1948 int attrib3_list[] = { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE }; in GLContextInit() local
1950 mEGLContext = eglCreateContext(mEGLDisplay, mEGLConfig, mSharedEGLContext, attrib3_list); in GLContextInit()