Searched refs:SDL_EGL_LoadLibrary (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsopengles.c | 55 return SDL_EGL_LoadLibrary(_this, NULL, EGL_DEFAULT_DISPLAY); in WIN_GLES_LoadLibrary() 113 if (SDL_EGL_LoadLibrary(_this, NULL, EGL_DEFAULT_DISPLAY) < 0) { in SDL_EGL_MakeCurrent_impl()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/ |
D | SDL_rpiopengles.c | 32 return SDL_EGL_LoadLibrary(_this, path, EGL_DEFAULT_DISPLAY); in RPI_GLES_LoadLibrary()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/ |
D | SDL_vivanteopengles.c | 37 return SDL_EGL_LoadLibrary(_this, path, displaydata->native_display); in VIVANTE_GLES_LoadLibrary()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/ |
D | SDL_androidgl.c | 56 return SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) 0); in Android_GLES_LoadLibrary()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_miropengl.c | 69 … SDL_EGL_LoadLibrary(_this, path, MIR_mir_connection_get_egl_native_display(mir_data->connection)); in MIR_GL_LoadLibrary()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandopengles.c | 38 ret = SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) data->display); in Wayland_GLES_LoadLibrary()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11opengles.c | 55 return SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) data->display); in X11_GLES_LoadLibrary()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/ |
D | SDL_winrtopengles.cpp | 60 if (SDL_EGL_LoadLibrary(_this, path, EGL_DEFAULT_DISPLAY) != 0) { in WINRT_GLES_LoadLibrary()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_egl_c.h | 86 extern int SDL_EGL_LoadLibrary(_THIS, const char *path, NativeDisplayType native_display);
|
D | SDL_egl.c | 161 SDL_EGL_LoadLibrary(_THIS, const char *egl_path, NativeDisplayType native_display) in SDL_EGL_LoadLibrary() function
|