Home
last modified time | relevance | path

Searched refs:share_context (Results 1 – 25 of 37) 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.h51 EGLContext share_context,
Dfunctionsegl_typedefs.h27 EGLContext share_context,
DFunctionsEGL.cpp352 EGLContext share_context, in createContext() argument
355 return mFnPtrs->createContextPtr(mEGLDisplay, config, share_context, attrib_list); in createContext()
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.hpp50 …ENTRY* eglCreateContext)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint …
Dmain.cpp369 EGLContext EGLAPIENTRY CreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, co…
510 …PIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint … in eglCreateContext() argument
512 return egl::CreateContext(dpy, config, share_context, attrib_list); in eglCreateContext()
/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/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 …
/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/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/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/src/libGLESv2/
Dentry_points_egl_autogen.h30 EGLContext share_context,
Dentry_points_egl_autogen.cpp69 EGLContext share_context, in EGL_CreateContext() argument
76 (uintptr_t)dpy, (uintptr_t)config, (uintptr_t)share_context, (uintptr_t)attrib_list); in EGL_CreateContext()
82 gl::Context *share_contextPacked = PackParam<gl::Context *>(share_context); in EGL_CreateContext()
/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.h186 GLXContext share_context, Bool direct,
/external/angle/src/libEGL/
DlibEGL_autogen.cpp85 EGLContext share_context, in eglCreateContext() argument
89 return EGL_CreateContext(dpy, config, share_context, attrib_list); in eglCreateContext()
/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.cpp62 typedef EGLContext (*CreateContextProc)(EGLDisplay dpy, EGLConfig config, EGLContext share_context,…

12