Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/test/
A Dtestautomation_pixels.c143 result = SDL_AllocFormat(format); in pixels_allocFreeFormat()
164 result = SDL_AllocFormat(format); in pixels_allocFreeFormat()
188 result = SDL_AllocFormat(format); in pixels_allocFreeFormat()
200 result = SDL_AllocFormat(format); in pixels_allocFreeFormat()
A Dtestautomation_surface.c357 fmt1 = SDL_AllocFormat(pixel_formats[i]); in surface_testCompleteSurfaceConversion()
362 fmt2 = SDL_AllocFormat(pixel_formats[j]); in surface_testCompleteSurfaceConversion()
/AliOS-Things-master/components/SDL2/include/
A DSDL_pixels.h383 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_surface.c82 surface->format = SDL_AllocFormat(format); in SDL_CreateRGBSurfaceWithFormat()
1203 fmt = SDL_AllocFormat(pixel_format); in SDL_ConvertSurfaceFormat()
A DSDL_pixels.c503 SDL_AllocFormat(Uint32 pixel_format) in SDL_AllocFormat() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h280 #define SDL_AllocFormat SDL_AllocFormat_REAL macro
A DSDL_dynapi_procs.h311 SDL_DYNAPI_PROC(SDL_PixelFormat*,SDL_AllocFormat,(Uint32 a),(a),return)
/AliOS-Things-master/components/SDL2/src/render/
A DSDL_render.c1252 dst_fmt = SDL_AllocFormat(format); in SDL_CreateTextureFromSurface()

Completed in 21 milliseconds