Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_pixels.c141 result = SDL_AllocFormat(format); in pixels_allocFreeFormat()
162 result = SDL_AllocFormat(format); in pixels_allocFreeFormat()
186 result = SDL_AllocFormat(format); in pixels_allocFreeFormat()
198 result = SDL_AllocFormat(format); in pixels_allocFreeFormat()
Dtestautomation_surface.c356 fmt1 = SDL_AllocFormat(pixel_formats[i]); in surface_testCompleteSurfaceConversion()
361 fmt2 = SDL_AllocFormat(pixel_formats[j]); in surface_testCompleteSurfaceConversion()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_pixels.h372 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_surface.c51 surface->format = SDL_AllocFormat(format); in SDL_CreateRGBSurfaceWithFormat()
1007 fmt = SDL_AllocFormat(pixel_format); in SDL_ConvertSurfaceFormat()
DSDL_pixels.c488 SDL_AllocFormat(Uint32 pixel_format) in SDL_AllocFormat() function
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h286 #define SDL_AllocFormat SDL_AllocFormat_REAL macro
DSDL_dynapi_procs.h315 SDL_DYNAPI_PROC(SDL_PixelFormat*,SDL_AllocFormat,(Uint32 a),(a),return)
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_render.c554 dst_fmt = SDL_AllocFormat(format); in SDL_CreateTextureFromSurface()