Searched refs:SDL_AllocFormat (Results 1 – 8 of 8) sorted by relevance
141 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()
356 fmt1 = SDL_AllocFormat(pixel_formats[i]); in surface_testCompleteSurfaceConversion()361 fmt2 = SDL_AllocFormat(pixel_formats[j]); in surface_testCompleteSurfaceConversion()
372 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);
51 surface->format = SDL_AllocFormat(format); in SDL_CreateRGBSurfaceWithFormat()1007 fmt = SDL_AllocFormat(pixel_format); in SDL_ConvertSurfaceFormat()
488 SDL_AllocFormat(Uint32 pixel_format) in SDL_AllocFormat() function
286 #define SDL_AllocFormat SDL_AllocFormat_REAL macro
315 SDL_DYNAPI_PROC(SDL_PixelFormat*,SDL_AllocFormat,(Uint32 a),(a),return)
554 dst_fmt = SDL_AllocFormat(format); in SDL_CreateTextureFromSurface()