Searched refs:share_context (Results 1 – 6 of 6) sorted by relevance
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | egl.cpp | 461 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext() argument 464 EGLContext share = share_context; in eglCreateContext() 465 if (share) share = ((EGLWrapperContext *)share_context)->aglContext; in eglCreateContext() 500 … (uint32_t)(share_context == EGL_NO_CONTEXT ? 0 : share_context), wctx->version); in eglCreateContext()
|
/development/tools/emulator/opengl/tests/EGL_host_wrapper/ |
D | egl.cpp | 174 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()
|
/development/ndk/platforms/android-9/include/EGL/ |
D | egl.h | 298 EGLContext share_context,
|
/development/tools/emulator/opengl/host/libs/Translator/include/EGL/ |
D | egl.h | 298 EGLContext share_context,
|
/development/tools/emulator/opengl/host/libs/Translator/EGL/ |
D | EglImp.cpp | 614 EGLContext share_context, in eglCreateContext() argument 647 if(share_context != EGL_NO_CONTEXT) { in eglCreateContext() 648 sharedCtxPtr = dpy->getContext(share_context); in eglCreateContext()
|
/development/tools/emulator/opengl/system/egl/ |
D | egl.cpp | 888 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext() argument 901 if (share_context) { in eglCreateContext() 902 shareCtx = static_cast<EGLContext_t*>(share_context); in eglCreateContext()
|