Searched refs:SDL_AllocFormat (Results 1 – 8 of 8) sorted by relevance
143 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()
357 fmt1 = SDL_AllocFormat(pixel_formats[i]); in surface_testCompleteSurfaceConversion()362 fmt2 = SDL_AllocFormat(pixel_formats[j]); in surface_testCompleteSurfaceConversion()
383 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
82 surface->format = SDL_AllocFormat(format); in SDL_CreateRGBSurfaceWithFormat()1203 fmt = SDL_AllocFormat(pixel_format); in SDL_ConvertSurfaceFormat()
503 SDL_AllocFormat(Uint32 pixel_format) in SDL_AllocFormat() function
280 #define SDL_AllocFormat SDL_AllocFormat_REAL macro
311 SDL_DYNAPI_PROC(SDL_PixelFormat*,SDL_AllocFormat,(Uint32 a),(a),return)
1252 dst_fmt = SDL_AllocFormat(format); in SDL_CreateTextureFromSurface()
Completed in 21 milliseconds