Home
last modified time | relevance | path

Searched refs:SDL_HasARMSIMD (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_cpuinfo.h192 extern DECLSPEC SDL_bool SDLCALL SDL_HasARMSIMD(void);
/AliOS-Things-master/components/SDL2/src/cpuinfo/
A DSDL_cpuinfo.c413 #warning SDL_HasARMSIMD is not implemented for this ARM platform. Write me. in CPU_haveARMSIMD()
860 SDL_HasARMSIMD(void) in SDL_HasARMSIMD() function
1047 printf("ARM SIMD: %d\n", SDL_HasARMSIMD()); in main()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_fillrect.c342 if (SDL_HasARMSIMD() && dst->format->BytesPerPixel != 3 && fill_function == NULL) { in SDL_FillRects()
A DSDL_blit_A.c1364 if (SDL_HasARMSIMD()) in SDL_CalculateBlitA()
1405 if (SDL_HasARMSIMD()) in SDL_CalculateBlitA()
A DSDL_blit_N.c938 #define GetBlitFeatures() ((SDL_HasMMX() ? BLIT_FEATURE_HAS_MMX : 0) | (SDL_HasARMSIMD() ? BLIT_FEA…
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h731 #define SDL_HasARMSIMD SDL_HasARMSIMD_REAL macro
A DSDL_dynapi_procs.h787 SDL_DYNAPI_PROC(SDL_bool,SDL_HasARMSIMD,(void),(),return)

Completed in 22 milliseconds