Home
last modified time | relevance | path

Searched refs:SDL_SIMD_ALIGNED (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_surface.h56 #define SDL_SIMD_ALIGNED 0x00000008 /**< Surface uses aligned memory */ macro
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_RLEaccel.c1227 surface->flags &= ~SDL_SIMD_ALIGNED; in RLEAlphaSurface()
1391 surface->flags &= ~SDL_SIMD_ALIGNED; in RLEColorkeySurface()
1495 surface->flags |= SDL_SIMD_ALIGNED; in UnRLEAlpha()
1563 surface->flags |= SDL_SIMD_ALIGNED; in SDL_UnRLESurface()
A DSDL_surface.c129 surface->flags |= SDL_SIMD_ALIGNED; in SDL_CreateRGBSurfaceWithFormat()
1349 } else if (surface->flags & SDL_SIMD_ALIGNED) { in SDL_FreeSurface()

Completed in 13 milliseconds