Home
last modified time | relevance | path

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

/hardware/google/gfxstream/include/OpenGLESDispatch/
DRenderEGL_functions.h24 …X(EGLContext, eglCreateContext, (EGLDisplay display, EGLConfig config, EGLContext share_context, c…
DRenderEGL_static_translator_namespaced_header.h24 …TRY eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, const EGLint*…
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Drender_egl.entries24 EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, const E…
/hardware/google/gfxstream/common/detector/
DEglFuncs.h27 …X(EGLContext, eglCreateContext, (EGLDisplay display, EGLConfig config, EGLContext share_context, E…
/hardware/google/gfxstream/guest/mesa/include/EGL/
Degl.h108 …FNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
133 …IENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglxext.h154 …ECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, …
156 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, …
241 …LXCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC) (unsigned int id, GLXContext share_context, const int *at…
251 GLXContext glXCreateAssociatedContextAttribsAMD (unsigned int id, GLXContext share_context, const i…
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp905 EGLContext share_context, in eglCreateOrLoadContext() argument
908 assert(share_context == EGL_NO_CONTEXT || stream == nullptr); in eglCreateOrLoadContext()
1011 if(share_context != EGL_NO_CONTEXT) { in eglCreateOrLoadContext()
1012 ContextPtr sharedCtxPtr = dpy->getContext(share_context); in eglCreateOrLoadContext()
1037 EGLContext share_context, in eglCreateContext() argument
1039 return eglCreateOrLoadContext(display, config, share_context, attrib_list, nullptr); in eglCreateContext()
DEglOsApi_egl.cpp105 (EGLDisplay display, EGLConfig config, EGLContext share_context, \
/hardware/google/gfxstream/common/opengl/include/EGL/
Degl.h123 …IENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dglxext.h598 …CreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, …
600 …ECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, …
/hardware/google/gfxstream/guest/egl/
Degl.cpp1716 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext() argument
1847 if (share_context) { in eglCreateContext()
1848 shareCtx = static_cast<EGLContext_t*>(share_context); in eglCreateContext()