Home
last modified time | relevance | path

Searched refs:SDL_EGL_LoadLibrary (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengles.c55 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/
DSDL_rpiopengles.c32 return SDL_EGL_LoadLibrary(_this, path, EGL_DEFAULT_DISPLAY); in RPI_GLES_LoadLibrary()
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/
DSDL_vivanteopengles.c37 return SDL_EGL_LoadLibrary(_this, path, displaydata->native_display); in VIVANTE_GLES_LoadLibrary()
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidgl.c56 return SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) 0); in Android_GLES_LoadLibrary()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_miropengl.c69SDL_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/
DSDL_waylandopengles.c38 ret = SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) data->display); in Wayland_GLES_LoadLibrary()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengles.c55 return SDL_EGL_LoadLibrary(_this, path, (NativeDisplayType) data->display); in X11_GLES_LoadLibrary()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtopengles.cpp60 if (SDL_EGL_LoadLibrary(_this, path, EGL_DEFAULT_DISPLAY) != 0) { in WINRT_GLES_LoadLibrary()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl_c.h86 extern int SDL_EGL_LoadLibrary(_THIS, const char *path, NativeDisplayType native_display);
DSDL_egl.c161 SDL_EGL_LoadLibrary(_THIS, const char *egl_path, NativeDisplayType native_display) in SDL_EGL_LoadLibrary() function