Home
last modified time | relevance | path

Searched refs:share_context (Results 1 – 22 of 22) 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/swiftshader/src/OpenGL/libEGL/
Dmain.cpp339 EGLContext CreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *…
474 …PIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint … in eglCreateContext() argument
476 return egl::CreateContext(dpy, config, share_context, attrib_list); in eglCreateContext()
DlibEGL.hpp50 …EGLContext (*eglCreateContext)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const E…
DlibEGL.cpp644 EGLContext CreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *… in CreateContext() argument
647 "const EGLint *attrib_list = %p)", dpy, config, share_context, attrib_list); in CreateContext()
732 egl::Context *shareContext = static_cast<egl::Context*>(share_context); in CreateContext()
/external/mesa3d/include/GL/
Dglxext.h175 …ECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, …
177 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, …
257 …LXCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC) (unsigned int id, GLXContext share_context, const int *at…
267 GLXContext glXCreateAssociatedContextAttribsAMD (unsigned int id, GLXContext share_context, const i…
/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 …
DeglwApi.inl73 … eglwCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
DeglwFunctionTypes.inl12 …lCreateContextFunc) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h207 GLXContext share_context, Bool direct,
Dglxapi.c1383 GLXContext share_context, Bool direct, in glXCreateContextAttribsARB() argument
1390 return t->CreateContextAttribs(dpy, config, share_context, direct, in glXCreateContextAttribsARB()
Dfakeglx.c2822 GLXContext share_context, Bool direct, in Fake_glXCreateContextAttribs() argument
2864 xmCtx = XMesaCreateContext(xmvis, (XMesaContext) share_context); in Fake_glXCreateContextAttribs()
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Degl.h299 EGLContext share_context,
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp57 typedef EGLContext (*CreateContextProc)(EGLDisplay dpy, EGLConfig config, 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/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/include/GL/
Dglxext.h168 …ECONTEXTATTRIBSARBPROC) (Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, …
170 GLXContext glXCreateContextAttribsARB (Display *dpy, GLXFBConfig config, GLXContext share_context, …
/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()