Home
last modified time | relevance | path

Searched refs:SDL_SIMDAlloc (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_cpuinfo.h252 extern DECLSPEC void * SDLCALL SDL_SIMDAlloc(const size_t len);
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_RLEaccel.c1491 surface->pixels = SDL_SIMDAlloc(surface->h * surface->pitch); in UnRLEAlpha()
1557 surface->pixels = SDL_SIMDAlloc(surface->h * surface->pitch); in SDL_UnRLESurface()
A DSDL_surface.c123 surface->pixels = SDL_SIMDAlloc((size_t)size); in SDL_CreateRGBSurfaceWithFormat()
/AliOS-Things-master/components/SDL2/src/cpuinfo/
A DSDL_cpuinfo.c945 SDL_SIMDAlloc(const size_t len) in SDL_SIMDAlloc() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h718 #define SDL_SIMDAlloc SDL_SIMDAlloc_REAL macro
A DSDL_dynapi_procs.h774 SDL_DYNAPI_PROC(void*,SDL_SIMDAlloc,(const size_t a),(a),return)

Completed in 19 milliseconds