Home
last modified time | relevance | path

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

/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()
/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/swiftshader/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/swiftshader/src/OpenGL/libEGL/
DlibEGL.hpp50 …EGLContext (*eglCreateContext)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const E…
Dmain.cpp359 EGLContext CreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *…
500 …PIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint … in eglCreateContext() argument
502 return egl::CreateContext(dpy, config, share_context, attrib_list); in eglCreateContext()
DlibEGL.cpp773 EGLContext CreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *… in CreateContext() argument
776 "const EGLint *attrib_list = %p)", dpy, config, share_context, attrib_list); in CreateContext()
861 egl::Context *shareContext = static_cast<egl::Context*>(share_context); in CreateContext()
/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/mesa3d/src/mesa/drivers/x11/
Dglxapi.h193 GLXContext share_context, Bool direct,
Dglxapi.c1291 GLXContext share_context, Bool direct, in glXCreateContextAttribsARB() argument
1298 return t->CreateContextAttribs(dpy, config, share_context, direct, in glXCreateContextAttribsARB()
Dfakeglx.c2784 GLXContext share_context, Bool direct, in Fake_glXCreateContextAttribs() argument
2827 xmCtx = XMesaCreateContext(xmvis, (XMesaContext) share_context); in Fake_glXCreateContextAttribs()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h299 EGLContext share_context,
/external/mesa3d/include/EGL/
Degl.h123 …IENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
/external/swiftshader/include/EGL/
Degl.h123 …IENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
/external/skqp/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp63 typedef EGLContext (*CreateContextProc)(EGLDisplay dpy, EGLConfig config, EGLContext share_context,…
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp63 typedef EGLContext (*CreateContextProc)(EGLDisplay dpy, EGLConfig config, EGLContext share_context,…
/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);
/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp451 …PIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint … in eglCreateContext() argument
453 return libEGL->eglCreateContext(dpy, config, share_context, attrib_list); in eglCreateContext()