Home
last modified time | relevance | path

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

1234

/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclopengles.c76 PP_Resource context, share_context = 0; in NACL_GLES_CreateContext() local
82 share_context = (PP_Resource) SDL_GL_GetCurrentContext(); in NACL_GLES_CreateContext()
128 context = driverdata->ppb_graphics->Create(driverdata->instance, share_context, attribs); in NACL_GLES_CreateContext()
/third_party/flutter/engine/flutter/shell/platform/android/
Dandroid_context_gl.cc150 const AndroidContextGL* share_context) in AndroidContextGL() argument
177 share_context != nullptr ? share_context->context_ : EGL_NO_CONTEXT); in AndroidContextGL()
Dandroid_context_gl.h47 const AndroidContextGL* share_context = nullptr);
/third_party/mesa3d/src/glx/
Dcreate_context.c46 GLXContext share_context, Bool direct, in glXCreateContextAttribsARB() argument
51 struct glx_context *const share = (struct glx_context *) share_context; in glXCreateContextAttribsARB()
Ddri_common.h84 dri2_check_no_error(uint32_t flags, struct glx_context *share_context,
Ddri_common.c556 dri2_check_no_error(uint32_t flags, struct glx_context *share_context, in dri2_check_no_error() argument
576 if (share_context && !!share_context->noError != !!noError) { in dri2_check_no_error()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.c81 share_context,
570 GLXContext context = NULL, share_context; in X11_GL_CreateContext() local
573 share_context = (GLXContext)SDL_GL_GetCurrentContext(); in X11_GL_CreateContext()
575 share_context = NULL; in X11_GL_CreateContext()
594 _this->gl_data->glXCreateContext(display, vinfo, share_context, True); in X11_GL_CreateContext()
650 share_context, True, attribs); in X11_GL_CreateContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c600 HGLRC context, share_context; in WIN_GL_CreateContext() local
629 share_context = (HGLRC)SDL_GL_GetCurrentContext(); in WIN_GL_CreateContext()
631 share_context = 0; in WIN_GL_CreateContext()
639 if( share_context != 0 ) { in WIN_GL_CreateContext()
640 _this->gl_data->wglShareLists(share_context, context); in WIN_GL_CreateContext()
694 context = wglCreateContextAttribsARB(hdc, share_context, attribs); in WIN_GL_CreateContext()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DGLX_ARB_create_context.txt65 GLXContext share_context, Bool direct,
103 GLXContext share_context,
114 If <share_context> is not NULL, then all shareable data (excluding
115 OpenGL texture objects named 0) will be shared by <share_context>,
116 all other contexts <share_context> already shares with, and the
241 * If the server context state for <share_context> exists in an
243 context, if <share_context> was created on a different screen
252 * If <share_context> is neither zero nor a valid GLX rendering
503 4 GLX_CONTEXT share_context
563 attribute list, while the parameters <direct> and <share_context>
[all …]
DARB_create_context_no_error.txt100 WGL_CONTEXT_OPENGL_NO_ERROR_ARB used to create <share_context> does not
111 used to create <share_context> does not match the value of
DGLX_ARB_robustness_application_isolation.txt119 "* If the reset isolation bits of <share_context> and the newly
138 <share_context> does not match the reset isolation bit of the
DGLX_ARB_create_context_robustness.txt119 "* If the reset notification behavior of <share_context> and the
143 <share_context> does not match the reset notification behavior of
/third_party/openGLES/extensions/ARB/
DGLX_ARB_create_context.txt75 GLXContext share_context, Bool direct,
113 GLXContext share_context,
124 If <share_context> is not NULL, then all shareable data (excluding
125 OpenGL texture objects named 0) will be shared by <share_context>,
126 all other contexts <share_context> already shares with, and the
251 * If the server context state for <share_context> exists in an
253 context, if <share_context> was created on a different screen
262 * If <share_context> is neither zero nor a valid GLX rendering
513 4 GLX_CONTEXT share_context
573 attribute list, while the parameters <direct> and <share_context>
[all …]
DARB_create_context_no_error.txt110 WGL_CONTEXT_OPENGL_NO_ERROR_ARB used to create <share_context> does not
121 used to create <share_context> does not match the value of
DGLX_ARB_robustness_application_isolation.txt129 "* If the reset isolation bits of <share_context> and the newly
148 <share_context> does not match the reset isolation bit of the
DGLX_ARB_create_context_robustness.txt129 "* If the reset notification behavior of <share_context> and the
153 <share_context> does not match the reset notification behavior of
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.h68 gboolean (*share_context) (GstGLWindowWin32 *window, guintptr external_gl_context); member
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl.c427 EGLContext egl_context, share_context = EGL_NO_CONTEXT; in SDL_EGL_CreateContext() local
439 share_context = (EGLContext)SDL_GL_GetCurrentContext(); in SDL_EGL_CreateContext()
497 share_context, attribs); in SDL_EGL_CreateContext()
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/
DEGL_EXT_create_context_robustness.txt125 * If the reset notification behavior of <share_context> and the
143 <share_context> does not match the reset notification behavior of
/third_party/EGL/extensions/EXT/
DEGL_EXT_create_context_robustness.txt125 * If the reset notification behavior of <share_context> and the
143 <share_context> does not match the reset notification behavior of
/third_party/flutter/skia/third_party/externals/angle2/extensions/
DEGL_EXT_create_context_robustness.txt125 * If the reset notification behavior of <share_context> and the
143 <share_context> does not match the reset notification behavior of
DEGL_ANGLE_display_texture_share_group.txt62 EGL_TRUE will be created. If the share_context parameter to
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoaopengl.m161 NSOpenGLContext *share_context = nil;
246 share_context = (NSOpenGLContext*)SDL_GL_GetCurrentContext();
249 context = [[SDLOpenGLContext alloc] initWithFormat:fmt shareContext:share_context];
/third_party/skia/third_party/externals/angle2/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

1234