Searched refs:share_context (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | RenderEGL_functions.h | 24 …X(EGLContext, eglCreateContext, (EGLDisplay display, EGLConfig config, EGLContext share_context, c…
|
D | RenderEGL_static_translator_namespaced_header.h | 24 …TRY eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, const EGLint*…
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | render_egl.entries | 24 EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, const E…
|
/hardware/google/gfxstream/common/detector/ |
D | EglFuncs.h | 27 …X(EGLContext, eglCreateContext, (EGLDisplay display, EGLConfig config, EGLContext share_context, E…
|
/hardware/google/gfxstream/guest/mesa/include/EGL/ |
D | egl.h | 108 …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/ |
D | glxext.h | 154 …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/ |
D | EglImp.cpp | 905 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()
|
D | EglOsApi_egl.cpp | 105 (EGLDisplay display, EGLConfig config, EGLContext share_context, \
|
/hardware/google/gfxstream/common/opengl/include/EGL/ |
D | egl.h | 123 …IENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | glxext.h | 598 …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/ |
D | egl.cpp | 1716 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()
|