Home
last modified time | relevance | path

Searched refs:SDL_EGL_CreateSurface (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengles.c120 windowdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType)windowdata->hwnd); in SDL_EGL_MakeCurrent_impl()
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidwindow.c73 data->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) data->native_window); in Android_CreateWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl_c.h93 extern EGLSurface *SDL_EGL_CreateSurface(_THIS, NativeWindowType nw);
DSDL_egl.c592 SDL_EGL_CreateSurface(_THIS, NativeWindowType nw) in SDL_EGL_CreateSurface() function
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenvideo.c237 wdata->egl_surface = SDL_EGL_CreateSurface(_this, 0); in Emscripten_CreateWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/
DSDL_rpivideo.c284 wdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) &wdata->dispman_window); in RPI_CreateWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/
DSDL_vivantevideo.c285 data->egl_surface = SDL_EGL_CreateSurface(_this, data->native_window); in VIVANTE_CreateWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandwindow.c241 data->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) data->egl_window); in Wayland_CreateWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirwindow.c146 mir_window->egl_surface = SDL_EGL_CreateSurface(_this, egl_native_window); in MIR_CreateWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/
DSDL_android.c248 data->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) data->native_window); in Java_org_libsdl_app_SDLActivity_onNativeSurfaceChanged()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.c613 windowdata->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) w); in X11_CreateWindow()