Home
last modified time | relevance | path

Searched refs:SDL_EGL_DestroySurface (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidwindow.c108 SDL_EGL_DestroySurface(_this, data->egl_surface); in Android_DestroyWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_egl_c.h94 extern void SDL_EGL_DestroySurface(_THIS, EGLSurface egl_surface);
DSDL_egl.c619 SDL_EGL_DestroySurface(_THIS, EGLSurface egl_surface) in SDL_EGL_DestroySurface() function
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenvideo.c286 SDL_EGL_DestroySurface(_this, data->egl_surface); in Emscripten_DestroyWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/
DSDL_rpivideo.c308 SDL_EGL_DestroySurface(_this, data->egl_surface); in RPI_DestroyWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/
DSDL_vivantevideo.c306 SDL_EGL_DestroySurface(_this, data->egl_surface); in VIVANTE_DestroyWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandwindow.c306 SDL_EGL_DestroySurface(_this, wind->egl_surface); in Wayland_DestroyWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirwindow.c169 SDL_EGL_DestroySurface(_this, mir_window->egl_surface); in MIR_DestroyWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/
DSDL_android.c274 SDL_EGL_DestroySurface(_this, data->egl_surface); in Java_org_libsdl_app_SDLActivity_onNativeSurfaceDestroyed()