Home
last modified time | relevance | path

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

12

/external/mesa3d/src/glx/
Dcreate_context.c38 GLXContext share_context, Bool direct, in glXCreateContextAttribsARB() argument
43 struct glx_context *const share = (struct glx_context *) share_context; in glXCreateContextAttribsARB()
Ddri_common.h82 dri2_check_no_error(uint32_t flags, struct glx_context *share_context,
Ddri_common.c565 dri2_check_no_error(uint32_t flags, struct glx_context *share_context, in dri2_check_no_error() argument
585 if (share_context && !!share_context->noError != !!noError) { in dri2_check_no_error()
/external/angle/extensions/
DEGL_ANGLE_display_semaphore_share_group.txt62 EGL_TRUE will be created. If the share_context parameter to
DEGL_ANGLE_display_texture_share_group.txt62 EGL_TRUE will be created. If the share_context parameter to
/external/angle/src/libANGLE/renderer/gl/egl/
Dfunctionsegl_typedefs.h27 EGLContext share_context,
DFunctionsEGL.h55 EGLContext share_context,
DFunctionsEGL.cpp539 EGLContext share_context, in createContext() argument
542 return mFnPtrs->createContextPtr(mEGLDisplay, config, share_context, attrib_list); in createContext()
/external/angle/include/GLX/
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…
/external/mesa3d/include/GL/
Dglxext.h173 …ECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, …
175 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, …
260 …LXCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC) (unsigned int id, GLXContext share_context, const int *at…
270 GLXContext glXCreateAssociatedContextAttribsAMD (unsigned int id, GLXContext share_context, const i…
/external/angle/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 …
/external/mesa3d/include/EGL/
Degl.h127 …FNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
152 …IENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
/external/deqp/framework/egl/wrapper/
DeglwFuncPtrLibraryImpl.inl37 …rLibrary::createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint … argument
39 return m_egl.createContext(dpy, config, share_context, attrib_list);
DeglwImpl.inl47 EGLContext eglwCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGL… argument
52 return egl->createContext(dpy, config, share_context, attrib_list);
DeglwFuncPtrLibraryDecl.inl12 EGLContext createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, c…
DeglwLibrary.inl12 … createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
DeglwFunctionTypes.inl12 …lCreateContextFunc) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
DeglwApi.inl71 … eglwCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
/external/angle/src/libGLESv2/
Dentry_points_egl_autogen.h30 EGLContext share_context,
Dentry_points_egl_autogen.cpp96 EGLContext share_context, in EGL_CreateContext() argument
107 (uintptr_t)dpy, (uintptr_t)config, (uintptr_t)share_context, in EGL_CreateContext()
112 gl::ContextID share_contextPacked = PackParam<gl::ContextID>(share_context); in EGL_CreateContext()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h186 GLXContext share_context, Bool direct,
/external/angle/src/tests/perf_tests/
DTracePerfTest.cpp126 EGLContext share_context,
244 EGLContext share_context, in EglCreateContext() argument
247 return gCurrentTracePerfTest->onEglCreateContext(display, config, share_context, attrib_list); in EglCreateContext()
2067 EGLContext share_context, in onEglCreateContext() argument
2071 getGLWindow()->createContextGeneric(reinterpret_cast<GLWindowContext>(share_context)); in onEglCreateContext()
/external/angle/src/libEGL/
DlibEGL_autogen.cpp81 EGLContext share_context, in eglCreateContext() argument
85 return EGL_CreateContext(dpy, config, share_context, attrib_list); in eglCreateContext()
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl12 …t (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::E…
DegluCallLogWrapper.inl72 …ntext (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::E… argument
75 …age << "eglCreateContext(" << dpy << ", " << toHex(config) << ", " << share_context << ", " << get…
76 eglw::EGLContext returnValue = m_egl.createContext(dpy, config, share_context, attrib_list);

12