Home
last modified time | relevance | path

Searched refs:SDL_DONTFREE (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_surface.h55 #define SDL_DONTFREE 0x00000004 /**< Surface is referenced internally */ macro
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c1529 window->surface->flags &= ~SDL_DONTFREE; in SDL_RecreateWindow()
2164 window->surface->flags &= ~SDL_DONTFREE; in SDL_GetWindowSurface()
2170 window->surface->flags |= SDL_DONTFREE; in SDL_GetWindowSurface()
2577 window->surface->flags &= ~SDL_DONTFREE; in SDL_DestroyWindow()
DSDL_surface.c1156 if (surface->flags & SDL_DONTFREE) { in SDL_FreeSurface()