Home
last modified time | relevance | path

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

/development/tools/emulator/opengl/tests/gles_android_wrapper/
Degl.cpp461 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/
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()
/development/ndk/platforms/android-9/include/EGL/
Degl.h298 EGLContext share_context,
/development/tools/emulator/opengl/host/libs/Translator/include/EGL/
Degl.h298 EGLContext share_context,
/development/tools/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp614 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/
Degl.cpp888 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()