Searched refs:SDL_SIMDAlloc (Results 1 – 6 of 6) sorted by relevance
252 extern DECLSPEC void * SDLCALL SDL_SIMDAlloc(const size_t len);
1491 surface->pixels = SDL_SIMDAlloc(surface->h * surface->pitch); in UnRLEAlpha()1557 surface->pixels = SDL_SIMDAlloc(surface->h * surface->pitch); in SDL_UnRLESurface()
123 surface->pixels = SDL_SIMDAlloc((size_t)size); in SDL_CreateRGBSurfaceWithFormat()
945 SDL_SIMDAlloc(const size_t len) in SDL_SIMDAlloc() function
718 #define SDL_SIMDAlloc SDL_SIMDAlloc_REAL macro
774 SDL_DYNAPI_PROC(void*,SDL_SIMDAlloc,(const size_t a),(a),return)
Completed in 15 milliseconds