Home
last modified time | relevance | path

Searched refs:gl_data (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.c153 if (_this->gl_data) { in X11_GL_LoadLibrary()
175 _this->gl_data = in X11_GL_LoadLibrary()
179 if (!_this->gl_data) { in X11_GL_LoadLibrary()
185 _this->gl_data->glXQueryExtension = in X11_GL_LoadLibrary()
188 _this->gl_data->glXGetProcAddress = in X11_GL_LoadLibrary()
191 _this->gl_data->glXChooseVisual = in X11_GL_LoadLibrary()
194 _this->gl_data->glXCreateContext = in X11_GL_LoadLibrary()
197 _this->gl_data->glXDestroyContext = in X11_GL_LoadLibrary()
200 _this->gl_data->glXMakeCurrent = in X11_GL_LoadLibrary()
203 _this->gl_data->glXSwapBuffers = in X11_GL_LoadLibrary()
[all …]
DSDL_x11window.c392 && ( !_this->gl_data || ! _this->gl_data->HAS_GLX_EXT_create_context_es2_profile ) in X11_CreateWindow()
603 && ( !_this->gl_data || ! _this->gl_data->HAS_GLX_EXT_create_context_es2_profile ) in X11_CreateWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c109 _this->gl_data = (struct SDL_GLDriverData *) SDL_calloc(1, sizeof(struct SDL_GLDriverData)); in WIN_GL_LoadLibrary()
110 if (!_this->gl_data) { in WIN_GL_LoadLibrary()
116 _this->gl_data->wglGetProcAddress = (void *(WINAPI *) (const char *)) in WIN_GL_LoadLibrary()
118 _this->gl_data->wglCreateContext = (HGLRC(WINAPI *) (HDC)) in WIN_GL_LoadLibrary()
120 _this->gl_data->wglDeleteContext = (BOOL(WINAPI *) (HGLRC)) in WIN_GL_LoadLibrary()
122 _this->gl_data->wglMakeCurrent = (BOOL(WINAPI *) (HDC, HGLRC)) in WIN_GL_LoadLibrary()
124 _this->gl_data->wglShareLists = (BOOL(WINAPI *) (HGLRC, HGLRC)) in WIN_GL_LoadLibrary()
127 if (!_this->gl_data->wglGetProcAddress || in WIN_GL_LoadLibrary()
128 !_this->gl_data->wglCreateContext || in WIN_GL_LoadLibrary()
129 !_this->gl_data->wglDeleteContext || in WIN_GL_LoadLibrary()
[all …]
DSDL_windowswindow.c312 && (!_this->gl_data || !_this->gl_data->HAS_WGL_EXT_create_context_es2_profile) in WIN_CreateWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_opengl.c66 if (_this->gl_data) { in DirectFB_GL_Initialize()
70 _this->gl_data = in DirectFB_GL_Initialize()
74 if (!_this->gl_data) { in DirectFB_GL_Initialize()
77 _this->gl_data->initialized = 0; in DirectFB_GL_Initialize()
79 ++_this->gl_data->initialized; in DirectFB_GL_Initialize()
80 _this->gl_data->firstgl = NULL; in DirectFB_GL_Initialize()
97 if (!_this->gl_data || (--_this->gl_data->initialized > 0)) { in DirectFB_GL_Shutdown()
103 SDL_free(_this->gl_data); in DirectFB_GL_Shutdown()
104 _this->gl_data = NULL; in DirectFB_GL_Shutdown()
114 if (_this->gl_data->gl_active) { in DirectFB_GL_LoadLibrary()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspgl.c72 eglTerminate(_this->gl_data->display); in PSP_GL_UnloadLibrary()
138 _this->gl_data->display = display; in PSP_GL_CreateContext()
139 _this->gl_data->context = context; in PSP_GL_CreateContext()
140 _this->gl_data->surface = surface; in PSP_GL_CreateContext()
149 if (!eglMakeCurrent(_this->gl_data->display, _this->gl_data->surface, in PSP_GL_MakeCurrent()
150 _this->gl_data->surface, _this->gl_data->context)) in PSP_GL_MakeCurrent()
161 status = eglSwapInterval(_this->gl_data->display, interval); in PSP_GL_SetSwapInterval()
164 _this->gl_data->swapinterval = interval; in PSP_GL_SetSwapInterval()
174 return _this->gl_data->swapinterval; in PSP_GL_GetSwapInterval()
180 eglSwapBuffers(_this->gl_data->display, _this->gl_data->surface); in PSP_GL_SwapWindow()
[all …]
DSDL_pspvideo.c98 device->gl_data = gldata; in PSP_Create()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Diosglmemory.c45 mem->gl_notify (mem->gl_data); in _ios_gl_memory_destroy()
140 GstVideoAlignment * valign, gpointer gl_data, GDestroyNotify gl_notify) in _ios_gl_memory_new() argument
150 mem->gl_data = gl_data; in _ios_gl_memory_new()
166 GstVideoAlignment * valign, gpointer gl_data, GDestroyNotify gl_notify) in gst_ios_gl_memory_new_wrapped() argument
169 plane, valign, gl_data, gl_notify); in gst_ios_gl_memory_new_wrapped()
Diosglmemory.h47 gpointer gl_data; member
64 gpointer gl_data,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dgenerate_gl_dispatch_table.py416 gl_data = []
418 gl_data.append(format_requirements_lines(gl_required, entry_points))
444 gl_data="\n\n".join(gl_data),
449 gl_null_data="\n\n".join(nullify(gl_data)),
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Dgenerate_gl_dispatch_table.py416 gl_data = []
418 gl_data.append(format_requirements_lines(gl_required, entry_points))
443 gl_data="\n\n".join(gl_data),
448 gl_null_data="\n\n".join(nullify(gl_data)),
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dgen_proc_table.py184 gl_data = [cmd for cmd in glxml.all_cmd_names.get_all_commands()]
195 gl_data.extend([cmd if cmd[:3] == 'wgl' else 'wgl' + cmd for cmd in gl_commands])
199 for function in gl_data:
/third_party/skia/third_party/externals/angle2/scripts/
Dgen_proc_table.py209 gl_data = [cmd for cmd in glxml.all_cmd_names.get_all_commands()]
219 gl_data.extend([cmd if cmd[:3] == 'wgl' else 'wgl' + cmd for cmd in gl_commands])
223 for function in gl_data:
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h346 struct SDL_GLDriverData *gl_data; member