Home
last modified time | relevance | path

Searched refs:share_with_current_context (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclopengles.c81 if (_this->gl_config.share_with_current_context) { in NACL_GLES_CreateContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h324 int share_with_current_context; member
DSDL_egl.c438 if (_this->gl_config.share_with_current_context) { in SDL_EGL_CreateContext()
DSDL_video.c2911 _this->gl_config.share_with_current_context = 0; in SDL_GL_ResetAttributes()
3011 _this->gl_config.share_with_current_context = value; in SDL_GL_SetAttribute()
3207 *value = _this->gl_config.share_with_current_context; in SDL_GL_GetAttribute()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitopengles.m161 if (_this->gl_config.share_with_current_context) {
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoaopengl.m245 if (_this->gl_config.share_with_current_context) {
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.c572 if (_this->gl_config.share_with_current_context) { in X11_GL_CreateContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c628 if (_this->gl_config.share_with_current_context) { in WIN_GL_CreateContext()