Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl.cpp174 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext() argument
176 return getDispatch()->eglCreateContext(dpy, config, share_context, attrib_list); in eglCreateContext()
/sdk/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h298 EGLContext share_context,
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp609 EGLContext share_context, in eglCreateContext() argument
641 if(share_context != EGL_NO_CONTEXT) { in eglCreateContext()
642 sharedCtxPtr = dpy->getContext(share_context); in eglCreateContext()