Home
last modified time | relevance | path

Searched refs:SDL_FreeFormat (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_pixels.c152 SDL_FreeFormat(result); in pixels_allocFreeFormat()
175 SDL_FreeFormat(result); in pixels_allocFreeFormat()
213 SDL_FreeFormat(NULL); in pixels_allocFreeFormat()
Dtestautomation_surface.c380 SDL_FreeFormat(fmt1); in surface_testCompleteSurfaceConversion()
382 SDL_FreeFormat(fmt2); in surface_testCompleteSurfaceConversion()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_pixels.h377 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_surface.c1010 SDL_FreeFormat(fmt); in SDL_ConvertSurfaceFormat()
1170 SDL_FreeFormat(surface->format); in SDL_FreeSurface()
DSDL_pixels.c586 SDL_FreeFormat(SDL_PixelFormat *format) in SDL_FreeFormat() function
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h287 #define SDL_FreeFormat SDL_FreeFormat_REAL macro
DSDL_dynapi_procs.h316 SDL_DYNAPI_PROC(void,SDL_FreeFormat,(SDL_PixelFormat *a),(a),)
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_render.c560 SDL_FreeFormat(dst_fmt); in SDL_CreateTextureFromSurface()