Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.h44 EGLContext CreateEglContext(EGLConfig config, EGLContext shareList, const EGLint *attribList);
H A Degl_wrapper_display.cpp421 EGLContext EglWrapperDisplay::CreateEglContext(EGLConfig config, EGLContext shareList, const EGLint… in CreateEglContext() argument
427 if (shareList != EGL_NO_CONTEXT) { in CreateEglContext()
428 EglWrapperContext *ctxPtr = EglWrapperContext::GetWrapperContext(shareList); in CreateEglContext()
H A Degl_wrapper_entry.cpp104 EGLContext shareList, const EGLint *attribList) in EglCreateContextImpl() argument
113 return display->CreateEglContext(config, shareList, attribList); in EglCreateContextImpl()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/include/
H A Degl_hook_entries.in8 HOOK_API_ENTRY(EGLContext, eglCreateContext, EGLDisplay dpy, EGLConfig config, EGLContext shareList
9 CALL_HOOK_API_RET(eglCreateContext, dpy, config, shareList, attribList)
H A Dwrapper_hook_entries.in8 HOOK_API_ENTRY(EGLContext, eglCreateContext, EGLDisplay dpy, EGLConfig config, EGLContext shareList
9 CALL_HOOK_API_RET(eglCreateContext, dpy, config, shareList, attribList)